backing up sublime settings

This commit is contained in:
2014-04-04 11:21:58 -04:00
commit 2cbece8593
274 changed files with 23793 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[
{
"caption": "SublimeREPL: ScriptCS",
"command": "run_existing_window_command", "args":
{
"id": "repl_scriptcs",
"file": "config/ScriptCS/Main.sublime-menu"
}
}
]

View 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"
}
}
]
}]
}
]