mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 07:01:47 +00:00
39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
[
|
|
{
|
|
"id": "tools",
|
|
"children":
|
|
[{
|
|
"caption": "SublimeREPL",
|
|
"mnemonic": "r",
|
|
"id": "SublimeREPL",
|
|
"children":
|
|
[
|
|
{"caption": "Clojure",
|
|
"id": "Clojure",
|
|
"children":[
|
|
{"command": "repl_open",
|
|
"caption": "Clojure",
|
|
"id": "repl_clojure",
|
|
"args": {
|
|
"type": "subprocess",
|
|
"encoding": "utf8",
|
|
"cmd": {"windows": ["lein.bat", "repl"],
|
|
"linux": ["lein", "repl"],
|
|
"osx": ["lein", "repl"]},
|
|
"soft_quit": "\n(. System exit 0)\n",
|
|
"cwd": {"windows":"c:/Clojure",
|
|
"linux": "$file_path",
|
|
"osx": "$file_path"},
|
|
"syntax": "Packages/Clojure/Clojure.tmLanguage",
|
|
"external_id": "clojure",
|
|
"extend_env": {"INSIDE_EMACS": "1"}
|
|
}
|
|
},
|
|
{"command": "clojure_auto_telnet_repl",
|
|
"id": "repl_clojure_telnet",
|
|
"caption": "Clojure-Telnet"}]}
|
|
]
|
|
}]
|
|
}
|
|
]
|