Skip to content

Instantly share code, notes, and snippets.

@csanz
Created July 11, 2011 19:22
Show Gist options
  • Star 24 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save csanz/1076584 to your computer and use it in GitHub Desktop.
Save csanz/1076584 to your computer and use it in GitHub Desktop.
Getting Jade and Stylus working w/ Sublime Text 2

Download Jade and Stylus bundles

https://github.com/miksago/jade-tmbundle
https://github.com/LearnBoost/stylus/tree/master/editors

~/Downloads/

Create directories:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
mkdir Jade Stylus

Copy the files over

cp -rf ~/Downloads/Jade.tmbundle Jade/
cp -rf ~/Downloads/Stylus.tmbundle Stylus/

IF you already have them inside Textmate then you do this

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
mkdir Jade Stylus
cp -rf ~/Library/Application\ Support/TextMate/Bundles/Jade.tmbundle ./Jade/
cp -rf ~/Library/Application\ Support/TextMate/Bundles/Stylus.tmbundle ./Stylus/
@Grawl
Copy link

Grawl commented Jul 18, 2012

Su stupid thread. It can be replaced with one string: “Sublime Text 2 supports Textmate Bundles”.

@acao
Copy link

acao commented Jul 31, 2012

Actually, it's showing up in a lot of google searches, thus why I posted the linux example. It seems that jade is one of the more popular to install ST2 packages, and is likely one of the first that folks tend to install, thus it helps that folks can learn by example here. If you would prefer to troll open source communities with useless commentary, then please continue.

@daver182
Copy link

The linux command works just great. You save me time searching.

Thanks!!

@vinch
Copy link

vinch commented Jan 15, 2013

Very useful, thank you Christian!

@ariporad
Copy link

Thanks!

@bernardinus-sleeper
Copy link

i think i miss something that my sublime still didnt give me the highlight. Could anyone help me..

@dsteinel
Copy link

yeah, nice! Thanks alot.

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