mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
backing up sublime settings
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"caption": "SublimeREPL: CoffeeScript",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_coffeescript",
|
||||
"file": "config/CoffeeScript/Main.sublime-menu"
|
||||
}
|
||||
}
|
||||
]
|
||||
28
Packages/SublimeREPL/config/CoffeeScript/Main.sublime-menu
Normal file
28
Packages/SublimeREPL/config/CoffeeScript/Main.sublime-menu
Normal file
@@ -0,0 +1,28 @@
|
||||
[
|
||||
{
|
||||
"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"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user