mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
22 lines
542 B
Plaintext
22 lines
542 B
Plaintext
[
|
|
{
|
|
"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"
|
|
}
|
|
]}
|
|
]}
|
|
]
|
|
}]
|