TemplateToolkit
TemplateToolkit syntax and snippets for Sublime Text.
Details
Installs
- Total 4K
- Win 2K
- Mac 1K
- Linux 854
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 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 0 | 0 | 0 | 3 | 0 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
TemplateToolkit syntax and snippets for Sublime Text
Provides syntax highlighting for .tt
, .tt2
, .tt3
, .html
and .css
files along along with snippets.
Installation
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
Snippets
- 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
Acknowledgement
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
Commercial Support
For this extension and for Znuny in general visit http://znuny.com. Looking forward to hear from you!
Enjoy!
Your Znuny Team!