art-template syntax definition for Sublime Text 3. Works with art-template syntax. Also includes art-template tag autocompletion and some snippets.
Requires Sublime Text 3 build >=3103
- Download the .zip
- Unzip and rename folder to
art
- Copy folder into
Packages
directory, which you can find using the menu itemPreferences → Browse Packages...
Note: Don't forget to restart Sublime Text after installing this package.
In the HTML scope:
if
+TAB
- Inserts art-templateif
statementeach
+TAB
- Inserts art-templateeach
loopfor
+TAB
- Inserts art-templatefor
loop