Skip to content

Instantly share code, notes, and snippets.

@jonahvsweb
Forked from liamdon/gist:2467603
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonahvsweb/9337701 to your computer and use it in GitHub Desktop.
Save jonahvsweb/9337701 to your computer and use it in GitHub Desktop.
Adding support for CoffeeScript, Jade, Stylus and EJS syntax highlighting in Sublime Text 2.

Step 1: Clone the bundles into your Sublime Text packages directory

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScript
git clone https://github.com/miksago/jade-tmbundle.git Jade
git clone https://github.com/LearnBoost/stylus.git Stylus
git clone git://github.com/gregory-m/ejs-tmbundle.git EJS

Step 2: Restart Sublime Text 2

If it hasn't worked, try closing and reopening any saved tabs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment