Skip to content

Instantly share code, notes, and snippets.

@liamdon
Created April 22, 2012 23:53
Show Gist options
  • Save liamdon/2467603 to your computer and use it in GitHub Desktop.
Save liamdon/2467603 to your computer and use it in GitHub Desktop.
CoffeeScript, Jade and Stylus 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

Step 2: Restart Sublime Text 2

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

@maereed
Copy link

maereed commented Sep 21, 2014

Thank you! This will make life so much easier! :)

@diliaur
Copy link

diliaur commented Oct 10, 2014

Thank you! Works on Sublime Text 2 on OSX 10.9.4 :)

@juanortizthirdwave
Copy link

Works, perfectly!

@gingerwilliams
Copy link

Boom! Thanks

@josephrexme
Copy link

I hoped I wouldn't have to close the tab and re-open for my .coffee but I think that was just necessary to get it working. Thanks!

Copy link

ghost commented Jan 13, 2015

Works perfect, thank you!

@anantzoid
Copy link

Thanks a ton 😄

@AndrewWang996
Copy link

LearnBoost has apparently been acquired by another company, so the new link for Stylus is https://github.com/stylus/stylus

@karatsuba
Copy link

works nice with ST3 on Ubuntu 14.04!
thanks!

@mindgamesru
Copy link

Thanks!

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