/fest-sublime-syntax

Sublime Text 3 syntax highlighting for Fest

Primary LanguagePythonMIT LicenseMIT

fest-sublime-syntax

Sublime Text 3 syntax highlighting for Fest template language

Features

  1. Supports syntax highlighting for JavaScript within <fest:script>, <fest:value> and <fest:get>
  2. Adds fest tags to list of code completion suggestions

Installation

  • 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, then SyntaxFest

Updating

$ cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Fest/
$ git remote update && git pull

Contributing

Submit pull request