FreeMarker
A simple TextMate bundle for Freemarker templates
Details
Installs
- Total 13K
- Win 7K
- Mac 5K
- Linux 2K
Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
This is a very simple TextMate Bundle to help with editing 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 git://github.com/briancavalier/textmate-freemarker-bundle.git “Freemarker.tmbundle”
Textmate 1
- 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'
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