有没有人在 Sublime Text 2 中使用 TextMate 包编译和运行 CoffeeScript 文件有任何运气https://github.com/jashkenas/coffee-script-tmbundle
CoffeeScript.sublime-build
{
"path": "/usr/local/bin",
"cmd": ["coffee","$file"],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.coffee"
}
无论如何要在 Sublime Text 2 中启用编译和编译选定的文本命令?