mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-27 07:32:28 +00:00
19 lines
463 B
Plaintext
19 lines
463 B
Plaintext
[
|
|
{
|
|
"caption": "SublimeREPL: Clojure",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_clojure",
|
|
"file": "config/Clojure/Main.sublime-menu"
|
|
}
|
|
},
|
|
{
|
|
"caption": "SublimeREPL: Clojure-Telnet",
|
|
"command": "run_existing_window_command", "args":
|
|
{
|
|
"id": "repl_clojure_telnet",
|
|
"file": "config/Clojure/Main.sublime-menu"
|
|
}
|
|
}
|
|
]
|