Provides syntax highlighting for .tt
, .tt2
, .tt3
, .html
and .css
files along along with snippets.
To install this plugin, you have three options:
- If you have Sublime Package Control installed, simply search for
TemplateToolkit
to install. - Clone source code to Sublime Text packages folder Sublime Text 2/Packages or Sublime Text 3/Packages.
- Download archive with the latest release and unpack it to Sublime Text packages folder Sublime Text 2/Packages or Sublime Text 3/Packages.
OSX
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
- or ST 3 -
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
git clone git://github.com/znuny/TemplateToolkit-sublime.git
Linux
cd ~/.config/sublime-text-2/Packages
- or ST 3 -
cd ~/.config/sublime-text-3/Packages
git clone git://github.com/znuny/TemplateToolkit-sublime.git
Windows
cd "%APPDATA%\Sublime Text 2\Packages"
- or ST 3 -
cd "%APPDATA%\Sublime Text 3\Packages"
git clone git://github.com/znuny/TemplateToolkit-sublime.git
- BLOCK
- CALL
- DEFAULT
- END
- FOREACH
- GET
- IF ELSE
- IF ELSIF ELSE
- IF ELSIF
- IF
- INSERT
- INCLUDE args
- INCLUDE
- MACRO
- PROCESS args
- PROCESS
- SET
- SWITCH
- USE
- WRAPPER args
- WRAPPER
Convert from TextMate: http://www.template-toolkit.com/download/index.html#editors
And: https://github.com/textmate/perl-template-toolkit.tmbundle
With: https://github.com/srbs/textmate-to-sublime-converter
Via (see snippet_converter.rb): http://craftingruby.com/posts/2014/01/14/transforming-xml-in-ruby-with-xslt-and-nokogiri.html
For this extension and for Znuny in general visit http://znuny.com. Looking forward to hear from you!
Enjoy!
Your Znuny Team!