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
  • 1 hour ago
  • 12 years ago

Installs

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

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