切换到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

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

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

相关文章:

  • 2022-01-09
  • 2021-12-20
  • 2022-01-09
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-07-27
猜你喜欢
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2022-01-19
  • 2022-12-23
  • 2021-09-22
相关资源
相似解决方案