ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Free​Marker

by briancavalier ALL

A simple TextMate bundle for Freemarker templates

Details

  • 2013.03.12.20.03.10
  • github.​com
  • github.​com
  • 12 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 13K
  • Win 7K
  • Mac 5K
  • Linux 2K
Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9
Windows 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 3 1 0 0 1 1 0 0 0
Mac 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 1 0 0 2 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

  1. mkdir -p ~/Library/Application\ Support/Avian/Bundles
  2. cd ~/Library/Application\ Support/Avian/Bundles
  3. git clone git://github.com/briancavalier/textmate-freemarker-bundle.git “Freemarker.tmbundle”

Textmate 1

  1. mkdir -p ~/Library/Application\ Support/TextMate/Bundles
  2. cd ~/Library/Application\ Support/TextMate/Bundles
  3. git clone git://github.com/briancavalier/textmate-freemarker-bundle.git “Freemarker.tmbundle”
  4. 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