mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-27 07:32:28 +00:00
backing up sublime settings
This commit is contained in:
31
Packages/SublimeREPL/config/ScriptCS/Main.sublime-menu
Normal file
31
Packages/SublimeREPL/config/ScriptCS/Main.sublime-menu
Normal file
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"command": "repl_open",
|
||||
"caption": "ScriptCS",
|
||||
"id": "repl_scriptcs",
|
||||
"mnemonic": "scs",
|
||||
"args": {
|
||||
"type": "subprocess",
|
||||
"external_id": "scriptcs",
|
||||
"encoding": "utf8",
|
||||
"cmd": {
|
||||
"windows": ["scriptcs"],
|
||||
"osx": ["scriptcs"],
|
||||
"linux": ["scriptcs"]},
|
||||
"cwd": "$file_path",
|
||||
"additional_scopes": ["csx"],
|
||||
"syntax": "Packages/scriptcs/ScriptCs.tmLanguage"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user