mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-02-01 18:12:00 +00:00
backing up sublime settings
This commit is contained in:
10
Packages/SublimeREPL/config/MozRepl/Default.sublime-commands
Normal file
10
Packages/SublimeREPL/config/MozRepl/Default.sublime-commands
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"caption": "SublimeREPL: MozRepl",
|
||||
"command": "run_existing_window_command", "args":
|
||||
{
|
||||
"id": "repl_mozrepl",
|
||||
"file": "config/MozRepl/Main.sublime-menu"
|
||||
}
|
||||
}
|
||||
]
|
||||
26
Packages/SublimeREPL/config/MozRepl/Main.sublime-menu
Normal file
26
Packages/SublimeREPL/config/MozRepl/Main.sublime-menu
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user