mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 22:51:41 +00:00
27 lines
702 B
Plaintext
27 lines
702 B
Plaintext
[
|
|
{
|
|
"id": "tools",
|
|
"children":
|
|
[{
|
|
"caption": "SublimeREPL",
|
|
"mnemonic": "r",
|
|
"id": "SublimeREPL",
|
|
"children":
|
|
[
|
|
{"command": "repl_open",
|
|
"id": "repl_clisp",
|
|
"caption": "Clisp",
|
|
"args": {
|
|
"type": "subprocess",
|
|
"encoding": "utf8",
|
|
"cmd": ["clisp", "-disable-readline"],
|
|
"cwd": "$file_path",
|
|
"syntax": "Packages/Lisp/Lisp.tmLanguage",
|
|
"external_id": "lisp"
|
|
}
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
]
|