Last Updated: February 25, 2016
·
1.757K
· mdrmtz

Syntax highlighting for Jade in Sublime Text

** Step One **
If you need to, install Package Control

Open the command palette (command + shift + P)

paste

import urllib2,os; pf='Package Control.sublime-package';   ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not   os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print('Please restart Sublime Text to finish installation')

This command creates the Installed Packages folder for you (if necessary)

** Step Two **

Open the console on SublimeText

When in package control type "jade" to find the Jade Syntax Highlighting package. Hit enter to install it.

Restart and enjoy it!