README.md
October 12, 2015 · View on GitHub
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.
Install
Textmate 2
- mkdir -p ~/Library/Application\ Support/Avian/Bundles
- cd ~/Library/Application\ Support/Avian/Bundles
- git clone https://github.com/freemarker/FreeMarker.tmbundle.git
Textmate 1
- mkdir -p ~/Library/Application\ Support/TextMate/Bundles
- cd ~/Library/Application\ Support/TextMate/Bundles
- git clone https://github.com/freemarker/FreeMarker.tmbundle.git
- osascript -e 'tell app "TextMate" to reload bundles'
Changelog
Version 1.2
- 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.
Version 1.1
- Added several more snippets for directives: if, else, list, compress, etc.
- Organized the bundle menu
Version 1.0
- Very minimal Language definition that mostly plays well with HTML, but not completely.
- A few useful snippets for Freemarker tags.
- One simple HTML template.
License
Copyright © 2008-2013 Brian Cavalier, MIT License