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,29 @@
[
{
"id": "tools",
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"id": "SublimeREPL",
"children":
[
// {"command": "repl_open",
// "caption": "Command Caption in Menu",
// "mnemonic": "m",
// "args": {
// "type": "subprocess|telnet",
// "encoding": "utf8",
// "cmd": ["bash", "-i"] or "bash -i" on windows,
// "cwd": "$file_path",
// "env": {}, // clean environment for subprocess repl
// "extend_env": {}, // variables to be added to standard env
// "cmd_postfix": "\n", // postfix that will be automatically added after a line in repl
// "suppress_echo": false, // try to remove remote echo
// "syntax": "Packages/Text/Plain text.tmLanguage"
// }
// },
]
}]
}
]