An open API service indexing awesome lists of open source software.

https://github.com/znuny/templatetoolkit-sublime

TemplateToolkit syntax and snippets for Sublime Text.
https://github.com/znuny/templatetoolkit-sublime

snippets sublime-text sublime-text-3 syntax syntax-highlighting template-toolkit templatetoolkit znuny

Last synced: 3 months ago
JSON representation

TemplateToolkit syntax and snippets for Sublime Text.

Awesome Lists containing this project

README

        

![Znuny logo](http://znuny.com/assets/images/logo_small.png)

# 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:

1. If you have [Sublime Package Control](https://packagecontrol.io) installed, simply search for `TemplateToolkit` to install.
2. Clone source code to Sublime Text packages folder *Sublime Text 2/Packages* or *Sublime Text 3/Packages*.
3. Download archive with the latest [release](https://github.com/znuny/TemplateToolkit-sublime/releases) 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](http://www.template-toolkit.com/download/index.html#editors)

And:
[https://github.com/textmate/perl-template-toolkit.tmbundle](https://github.com/textmate/perl-template-toolkit.tmbundle)

With:
[https://github.com/srbs/textmate-to-sublime-converter](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](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](http://znuny.com). Looking forward to hear from you!

Enjoy!

Your Znuny Team!

[http://znuny.com](http://znuny.com)