Sublime Text 增加CoffeeScript、Jade and Stylus syntax高亮

切换到Sublime Text Packages 目录:

Liunx系统:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages

windows系统:

jdm@JDM-PC ~/AppData/Roaming/Sublime Text 2/Packages
$ pwd
/c/Users/jdm/AppData/Roaming/Sublime Text 2/Packages

目录切换好之后,执行如下命令:

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

最后,重启Sublime Text2

 参考文献:https://gist.github.com/liamdon/2467603

posted @ 2014-11-17 10:10  谢佳东/馨予希  阅读(377)  评论(0编辑  收藏  举报