mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-31 17:42:01 +00:00
backing up sublime settings
This commit is contained in:
10
Packages/SublimeREPL/config/Sublime/Default.sublime-commands
Normal file
10
Packages/SublimeREPL/config/Sublime/Default.sublime-commands
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
23
Packages/SublimeREPL/config/Sublime/Main.sublime-menu
Normal file
23
Packages/SublimeREPL/config/Sublime/Main.sublime-menu
Normal file
@@ -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