Skip to content

Commit

Permalink
Merge pull request jashkenas#128 from chenglou/patch-3
Browse files Browse the repository at this point in the history
Sublime build support for litcoffee.
  • Loading branch information
jashkenas committed Mar 27, 2013
2 parents 5f0bf77 + 3e29e9e commit c0ce677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/CoffeeScript.sublime-build
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"path": "$HOME/bin:/usr/local/bin:$PATH",
"cmd": ["coffee","-c","$file"],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.coffee"
"selector": "source.coffee, source.litcoffee, source.coffee.md"
}

0 comments on commit c0ce677

Please sign in to comment.