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: CoffeeScript",
"command": "run_existing_window_command", "args":
{
"id": "repl_coffeescript",
"file": "config/CoffeeScript/Main.sublime-menu"
}
}
]

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