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