This is a very simple TextMate Bundle to help with editing [FreeMarker](http://freemarker.org/ FreeMarker) templates. It provides a (still incomplete) language definition, and some basic snippets, including some for Spring macros.
- mkdir -p ~/Library/Application\ Support/Avian/Bundles
- cd ~/Library/Application\ Support/Avian/Bundles
- git clone git://github.com/briancavalier/textmate-freemarker-bundle.git "Freemarker.tmbundle"
- mkdir -p ~/Library/Application\ Support/TextMate/Bundles
- cd ~/Library/Application\ Support/TextMate/Bundles
- git clone git://github.com/briancavalier/textmate-freemarker-bundle.git "Freemarker.tmbundle"
- osascript -e 'tell app "TextMate" to reload bundles'
- Last version was missing many of the snippets I thought I had included. Sorry!
- Including: if, list, assign, local, compress, compress single_line, and macro.
- Added several more snippets for directives: if, else, list, compress, etc.
- Organized the bundle menu
- Very minimal Language definition that mostly plays well with HTML, but not completely.
- A few useful snippets for Freemarker tags.
- One simple HTML template.
Copyright © 2008-2013 Brian Cavalier, MIT License