Vash
A Sublime Text syntax definition for the templating language Vash <https://github.com/kirbysayshi/vash>
Details
Installs
- Total 360
- Win 212
- Mac 103
- Linux 45
Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Vash syntax for Sublime Text
Tired of having to look at boring old HTML while using the Vash templating engine?
ME TOO
Wish there was some sort of package or syntax highlighting that gave you interesting colors for keywords, the transition character, and other Vash related syntax?
ME TOO
What can we do?
GET THE VASH PACKAGE
Introducing the package for Sublime Text that does just that. It's just a plain old file but it does so much. Like highlight your Vash!
Installation
Turns out it's easy. Like really easy.
Via Package Control
cmd(ctrl) + shift + p
– for Command palette- type
install
– for installing new packages - type
vash
– to search for Vash - Hit
return
– to download and install - Celebrate that your Vash files are now EXCITING
That Manual Way
OSX
$ cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/
$ git clone https://github.com/theoperatore/VashSyntaxDefinition.git
Celebrate that your Vash files are now EXCITING
Linux
$ cd ~/.config/sublime-text-3/Packages/User/
$ git clone https://github.com/theoperatore/VashSyntaxDefinition.git
Celebrate that your Vash files are now EXCITING
Windows
I believe the correct path for windows is:
> cd %AppData%\Sublime Text 3
> git clone https://github.com/theoperatore/VashSyntaxDefinition.git
Celebrate that your Vash files are now EXCITING
Using IT
Once installed, Sublime Text will read any *.vash
file and automatically change your syntax to Vash.
Otherwise cmd(ctrl) + shift + p
it up and search for vash
Then of course:
Celebrate that your Vash files are now EXCITING
License
Most of this was modified from the JSX sublime text syntax definition. So they should get all of the credit.