Add bundles for coffeeScript and ruby

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-08-01 17:16:01 -07:00
parent 627a75b9c6
commit 1d70e2e85b
411 changed files with 23845 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"path": "$HOME/bin:/usr/local/bin:$PATH",
"cmd": ["coffee","-c","$file"],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.coffee"
}