/SoyTemplate

Closure template bundle for TextMate

SoyTemplate.tmbundle

A TextMate Bundle & Sublime Text 2 Package for Google Closure Templates.

The bundle includes syntax highlighting, the ability to compile or evaluate Closure template inline, convenient symbol listing for functions, and a number of expando snippets.

Patches for additions are always welcome.

TextMate

Installation:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles &&
cd ~/Library/Application\ Support/TextMate/Bundles &&
git clone git://github.com/anvie/SoyTemplate.git SoyTemplate.tmbundle

screenshot

Sublime Text 2

Installation

For Sublime Text 2 on OS X:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages &&
git clone git://github.com/anvie/SoyTemplate.git SoyTemplate

For Sublime Text 2 on Windows 7 using Cygwin:

cd /cygdrive/c/Users/$USER/AppData/Roaming/Sublime\ Text\ 2/Packages/ && git clone git://github.com/anvie/SoyTemplate.git SoyTemplate

screenshot