mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 22:51:41 +00:00
29 lines
871 B
Plaintext
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"}
|
|
}
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
]
|