mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
28 lines
893 B
Plaintext
28 lines
893 B
Plaintext
[
|
|
{
|
|
"id": "tools",
|
|
"children": [
|
|
{
|
|
"caption": "SublimeREPL",
|
|
"mnemonic": "r",
|
|
"id": "SublimeREPL",
|
|
"children": [
|
|
{
|
|
"command": "repl_open",
|
|
"caption": "Racket",
|
|
"id": "repl_plt_racket",
|
|
"mnemonic": "n",
|
|
"args": {
|
|
"type": "subprocess",
|
|
"encoding": "utf8",
|
|
"cmd": ["racket"],
|
|
"cwd": "$file_path",
|
|
"syntax": "Packages/Racket/Racket.tmLanguage",
|
|
"external_id": "racket"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
] |