-
-
Save z4c/5728998 to your computer and use it in GitHub Desktop.
Jade Stylus Coffee highlighting on Sublime text 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### Step 1: Clone the bundles into your Sublime Text packages directory | |
##### For OSX | |
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages | |
##### For Linux | |
cd ~/.config/sublime-text-2/Packages | |
##### then | |
git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScript | |
git clone https://github.com/miksago/jade-tmbundle.git Jade | |
git clone https://github.com/LearnBoost/stylus.git Stylus | |
#### Step 2: Restart Sublime Text 2 | |
#### Step 3: Close and reopen any saved tabs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment