I want to write a bundle for TextMate, where to start?
Asked
Active
Viewed 729 times
0
-
http://wiki.macromates.com/Main/Bundles ? – CharlesB Mar 28 '11 at 17:15
1 Answers
1
When writing the FileMaker TextMate Bundle, I found TextMate: Power Editing for the Mac quite helpful. Other than that, take a look at one of the simpler existing bundles. How you go about writing your bundle depends on if it's for a language that doesn't yet have a bundle (so that you need to define the language syntax) or if you just want to add functionality to TextMate, in which case you'll probably be writing commands and snippets. Commands are fairly simple, since they're just scripts, and you can use whatever language works for you (Ruby, PHP, Perl, etc.).

Chuck
- 4,662
- 2
- 33
- 55