TemplateToolkit
TemplateToolkit syntax and snippets for Sublime Text.
Details
Installs
- Total 4K
- Win 2K
- Mac 1K
- Linux 844
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 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 1 |
Mac | 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 | 1 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 1 | 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!