Files

29 lines
871 B
Plaintext

[
{
"id": "tools",
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"id": "SublimeREPL",
"children":
[
{"command": "repl_open",
"id": "repl_coffeescript",
"caption": "CoffeeScript",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": ["coffee", "-i"],
"cwd": "$file_path",
"syntax": "Packages/CoffeeScript/CoffeeScript.tmLanguage",
"external_id": "coffeescript",
"additional_scopes": ["coffee"],
"extend_env": {"NODE_DISABLE_COLORS": "1"}
}
}
]
}]
}
]