Skip to content

Instantly share code, notes, and snippets.

@liamdon
Created April 22, 2012 23:53
Star You must be signed in to star a gist
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.

@zjwhitehead
Copy link

Thanks. Just confirmed it works on Ubuntu 13.04 with Sublime Text 3 (build 3047)
the directory was as @richhollis mentioned at ( /home/USERNAME/.config/sublime-text-3/Packages)

@regissoares
Copy link

@atomicframeworks
Copy link

Worked perfectly. Thanks!

@jescott
Copy link

jescott commented Dec 22, 2013

Thanks - new Mac OSX Mavericks users with Sublime Text 3 Go to: /Users/"username"/Library/Application\ Support/Sublime\ Text\ 3/Packages

@Phazz
Copy link

Phazz commented Jan 8, 2014

Thanks love it !

@iamjeannie
Copy link

Works great !! thank you :-)

@BattleBrisket
Copy link

If you are using Sublime on Windows 7, you'll want to clone into

C:\Users\[YOUR_USERNAME]\AppData\Roaming\Sublime Text 2

@regissoares
Copy link

Better than to install manually is install Package Control: https://sublime.wbond.net/

@TimGeronimoLam
Copy link

Wow, much better :) Thanks a lot for sharing!

@saqib-nadeem
Copy link

Great :)

@juandefelix
Copy link

It Works!!

@raduluchian
Copy link

Excellent, works great for Sublime Text 3 on Windows 8.1! Just downloaded the Jade ZIP from GitHub and unzipped it in the packages folder (Preferences > Browse packages). Restarted Sublime and voila!

@zzz6519003
Copy link

Thanks

@bobmeister
Copy link

Works like a champ. Thanks!

@fitzryland
Copy link

Perfect. Thanks.

@garyhussey
Copy link

Thanks for the Gist, Feel dumb for not thinking to do this myself before using the package manager.

@paraggupta1993
Copy link

Thanks a lot !

@vajapravin
Copy link

Cool. Thanks.

@winnemucca
Copy link

lost my syntax highlighting with jade when i did the sublime text 3 update. It is still installed but i cannot figure out what is wrong.

Copy link

ghost commented Sep 18, 2014

thank you very much!! :)

@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