Sublime Text 3 syntax highlighting for Fest template language
- Supports syntax highlighting for JavaScript within
<fest:script>
,<fest:value>
and<fest:get>
- Adds fest tags to list of code completion suggestions
- Clone this repo into your Sublime Packages folder
$ cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/
$ git clone https://github.com/Octane/fest-sublime-syntax.git Fest
- Open a fest template
- Select
View
from the menu, thenSyntax
→Fest
$ cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Fest/
$ git remote update && git pull
Submit pull request