mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-06-07 19:34:06 +00:00
backing up sublime settings
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"caption": "SublimeREPL: Python - Sublime Text Console",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_sublime_python",
|
||||
"file": "config/Sublime/Main.sublime-menu"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children":
|
||||
[
|
||||
{"command": "repl_open",
|
||||
"caption": "Sublime",
|
||||
"id": "repl_sublime_python",
|
||||
"args": {
|
||||
"type": "sublime_python",
|
||||
"encoding": "utf8",
|
||||
"syntax": "Packages/Python/Python.tmLanguage"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user