I just started using Sublime Text 2 on Mac. I also just started using Jade for my views in Node.js, and am wondering if there is a way to add syntax highlighting for Jade into Sublime Text 2.
|
Sublime Text 2 supports Textmate syntax definition files. There is a Jade Textmate bundle at https://github.com/miksago/jade-tmbundle. Install by creating a new folder in youur Sublime Text Packages folder called |
|||||||||||||||
|
|
If you have git installed, this worked perfectly for me:
Bonus to get stylus syntax highlighting working run:
|
|||||||||||||||||||||
|
|
Why yes, there is! And it uses a nice packaging system too:
You now have syntax highlighting for Jade and a nifty package controller for other Sublime goodies. Edit - Sublime doesn't need to be restarted after installing this package so this step was removed. |
|||||||||
|
|
@jurka -
Clone into the path shown above for linux. |
|||
|
|
|
For ubuntu 11.10 correct path to packages for me is ~/.config/sublime-text-2/Packages You can easily find your packages location using Menu: "Preferences" -> "Browse Packages..." |
|||
|
|
|
Jade is also available via the Sublime Package Control. |
|||
|
|
