Questions tagged [textmatebundles]

TextMate Bundles are extensions to the Mac OS X programmers editor TextMate.

TextMate Bundles are extensions to the Mac OS X programmers editor TextMate. They offer syntax definitions, language specific snippets and commands, and other tools related to editing within specific programming languages or editing text in general.

172 questions
0
votes
1 answer

Writing TextMate bundle

I want to write a bundle for TextMate, where to start?
Chiron
  • 20,081
  • 17
  • 81
  • 133
0
votes
1 answer

Textmate HTML 5 Syntax Highlighting

I'm using Textmate for web development and ran into the problem that the standard HTML syntax highlighting, but also the HTML (Rails) syntax highlighting does not work well with the new "unqoted" HTML 5 syntax. Is there a way to make the HTML 5…
murphyslaw
  • 640
  • 5
  • 12
0
votes
1 answer

TextMate Edit Bundle Snippet

I want to update the HTML bundle so that the head snippet outputs instead of if the doctype is HTML5. How? This is what it looks like now in the Bundle…
ma11hew28
  • 121,420
  • 116
  • 450
  • 651
0
votes
1 answer

decreaseIndentPattern has no effect

I am trying to create a TextMate bundle for a new language but am having issues with the decreaseIndentPattern. It seems to have no effect whatsoever, even with a trivial example: increaseIndentPattern = 'start'; decreaseIndentPattern = 'end'; I…
0
votes
0 answers

Syntax highlight static PHP functions in Visual Studio Code in a different color?

I'm working with php classes in Visual Studio Code and would like to augment the syntax highlighting so that static functions in classes have a (slightly) different color than regular functions. I've tried to achive this using Textmate selectors and…
0
votes
1 answer

Regex to select quote parameters

I am putting together a syntax highlighter for the Expression Engine templating language. I am trying to grab double quotes and their value only inside of an {if} tag. Example {if layout:test == "test" || another == "value"} {if:elseif param ==…
Miura-shi
  • 4,409
  • 5
  • 36
  • 55
0
votes
1 answer

TextMate SVN commit window

I upgraded from Mac OS X 10.4.11 to 10.6.3. I am using TextMate in both versions and as far as I know, both TextMates have the same settings, although they are different versions. In my old Mac TextMate's SVN bundle works perfectly. In my new Mac,…
uji
  • 1,603
  • 3
  • 12
  • 12
0
votes
2 answers

Applications that can use TextMate Bundles

I use TextMate, and so I made a bundle recently for a language I'm working in for a class project - SPARC assembly language. I wanted to give people in my class a copy of the bundle to make their lives easier. Since not everyone has a Mac, let…
jstm88
  • 3,335
  • 4
  • 38
  • 55
0
votes
1 answer

TextMate Bundle Document icons

I am looking for these little document icons (not only for Python) inside of TextMate 2. I looked in the Bundles folder of TextMate, but I couldn't find them. I really would like to use these icons as document icons in Finder. Does anybody knows…
fgroeger
  • 422
  • 5
  • 18
0
votes
1 answer

Where's the Macro Bundle in TextMate2

I'm confused. The Textmate manual says to record a macro you should choose Bundles -> Macro. But there's no "Macro" on the Bundles menu in my Textmate2 installation. And it's not that it's turned off in TextMate Preferences. It's not in that…
Richard Milewski
  • 247
  • 4
  • 12
0
votes
1 answer

Codefolding IF|FOREACH for textmate

Hope someone can help. I am a new user to textmate and want to add code folding to if|endif & foreach|endforeach on textmate. These are the current supported folds foldingStartMarker = '(/\*|\{\s*$|<<
Lee
  • 20,034
  • 23
  • 75
  • 102
0
votes
1 answer

textmate bundles not recognizing differences

So i'm trying to make a set of grammars recognizing different file extensions properly. All my files (js/css/html) end with template. This is similiar to how ruby does it with js.erb, css.erb, etc. So I modified the file type attribute to…
Rohan
  • 1
  • 1
0
votes
1 answer

Configuring pep8 in Textmate

Textmate has a Python PEP8 bundle that will run pep8 validation on your file. How can I set it to do the equivalent of pep8 --ignore=E501 my_file.py?
hekevintran
  • 22,822
  • 32
  • 111
  • 180
0
votes
2 answers

open flash player and test swf from textmate

i usually write my code with textmate. a custom command for testing the proj directly in flash is: echo 'document.testMovie();' > /tmp/fc.jsfl open -a /Applications/Adobe\ Flash\ CS5/Adobe\ Flash\ CS5.app /tmp/fc.jsfl what about the flash…
Luke
  • 2,976
  • 6
  • 34
  • 44
0
votes
1 answer

Error using CMD-R on a Cucumber feature in TextMate

Running a Cucumber feature from inside TextMate is producing an error. Works perfectly from the terminal error is: Running: /usr/local/bin/ruby /Users/craig/Projects/lahaina/script/cucumber…
Craig McGuff
  • 3,968
  • 6
  • 30
  • 35