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/
@liamdon
Copy link

liamdon commented Jul 28, 2011

Thanks!

@cstumph
Copy link

cstumph commented Aug 3, 2011

Thanks indeed!

@Nek
Copy link

Nek commented Dec 6, 2011

If you have git installed which is quite possible assuming this site name:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone https://github.com/miksago/jade-tmbundle.git Jade
git clone https://github.com/LearnBoost/stylus.git Stylus

@FGRibreau
Copy link

Thanks !

@hapticdata
Copy link

For anyone that may be looking for this but using Sublime Text 2 on Linux it is a little different, heres how I got it to work:

cd Sublime Text 2/Pristine Packages
git clone https://github.com/miksago/jade-tmbundle.git Jade.tmbundle
then I compressed the .tmbundle into a .zip, and changed the extension from .zip to .sublime-package

@acao
Copy link

acao commented Feb 10, 2012

Tried it the same way in Linux and had some trouble. This worked for me:

cd ~/.config/sublime-text-2/Packages
git clone https://github.com/miksago/jade-tmbundle.git Jade

@ootz0rz
Copy link

ootz0rz commented Apr 21, 2012

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

@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