Add support for Pillar markup language to your Sublime Text editor.
- Click
Tools > Developer > New Syntax...
in the top menu of your Sublime Text editor. You will see the YAML template for defining a new syntax. - Select everything and replace it with the contents of Pillar.sublime-syntax file.
- Press
Save
orCtrl+S
, call your new file "Pillar.sublime-syntax". - Open any file with
.pillar
extension
- Click
Sublime Text > Preferences > Browse Packages
. It will open a directory with packages. - Navigate into
User
folder. - Copy Pillar.sublime-syntax into that location.
- Open any file with
.pillar
extension
If you find a bug or want to improve the highlighting, please create an issue in this repository or submit a pull request.