mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
19 lines
506 B
Plaintext
19 lines
506 B
Plaintext
[
|
|
{
|
|
"caption": "SublimeREPL: ClojureScript Browser REPL",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_clojurescript_browser",
|
|
"file": "config/ClojureScript/Main.sublime-menu"
|
|
}
|
|
},
|
|
{
|
|
"caption": "SublimeREPL: ClojureScript",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_clojurescript",
|
|
"file": "config/ClojureScript/Main.sublime-menu"
|
|
}
|
|
}
|
|
]
|