mirror of
https://github.com/atom/atom.git
synced 2026-01-27 15:58:00 -05:00
7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
{
|
|
"path": "$HOME/bin:/usr/local/bin:$PATH",
|
|
"cmd": ["coffee","-c","$file"],
|
|
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
|
|
"selector": "source.coffee"
|
|
}
|