Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 2.32 KB

README.md

File metadata and controls

82 lines (59 loc) · 2.32 KB

Znuny logo

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 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 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!

http://znuny.com