Skip to content

Instantly share code, notes, and snippets.

@csanz
Created July 11, 2011 19:22
Show Gist options
  • Select an option

  • Save csanz/1076584 to your computer and use it in GitHub Desktop.

Select an option

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/
@ootz0rz

ootz0rz commented Apr 21, 2012

Copy link
Copy Markdown

Very similar on windows, except the path is: "%appdata%\Sublime Text 2\Packages"

@Grawl

Grawl commented Jul 18, 2012

Copy link
Copy Markdown

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

@acao

acao commented Jul 31, 2012

Copy link
Copy Markdown

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
Copy Markdown

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

Thanks!!

@vinch

vinch commented Jan 15, 2013

Copy link
Copy Markdown

Very useful, thank you Christian!

@ariporad

Copy link
Copy Markdown

Thanks!

@bernardinus-sleeper

Copy link
Copy Markdown

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

@dsteinel

Copy link
Copy Markdown

yeah, nice! Thanks alot.

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