mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 07:01:47 +00:00
27 lines
710 B
Plaintext
27 lines
710 B
Plaintext
[
|
|
{
|
|
"id": "tools",
|
|
"children":
|
|
[{
|
|
"caption": "SublimeREPL",
|
|
"mnemonic": "r",
|
|
"id": "SublimeREPL",
|
|
"children":
|
|
[
|
|
{"command": "repl_open",
|
|
"caption": "MozRepl",
|
|
"mnemonic": "m",
|
|
"id": "repl_mozrepl",
|
|
"args": {
|
|
"type": "telnet",
|
|
"encoding": "utf8",
|
|
"host":"localhost",
|
|
"port": 4242,
|
|
"syntax": "Packages/JavaScript/JavaScript.tmLanguage"
|
|
}
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
]
|