Skip to content

Instantly share code, notes, and snippets.

@dtan
Forked from csanz/jade_stylus_sublime.md
Created August 10, 2011 03:47
Show Gist options
  • Save dtan/1136086 to your computer and use it in GitHub Desktop.
Save dtan/1136086 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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment