mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 07:01:47 +00:00
backing up sublime settings
This commit is contained in:
21
Packages/SublimeREPL/config/Execnet/Main.sublime-menu
Normal file
21
Packages/SublimeREPL/config/Execnet/Main.sublime-menu
Normal file
@@ -0,0 +1,21 @@
|
||||
[
|
||||
{
|
||||
"id": "tools",
|
||||
"children":
|
||||
[{
|
||||
"caption": "SublimeREPL",
|
||||
"mnemonic": "r",
|
||||
"id": "SublimeREPL",
|
||||
"children": [
|
||||
{"caption": "Python",
|
||||
"id": "Python",
|
||||
"children": [
|
||||
{
|
||||
"command": "execnet_virtualenv_repl",
|
||||
"id": "repl_sublime_execnet",
|
||||
"caption": "Python - execnet"
|
||||
}
|
||||
]}
|
||||
]}
|
||||
]
|
||||
}]
|
||||
Reference in New Issue
Block a user