mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 22:51:41 +00:00
29 lines
784 B
Plaintext
29 lines
784 B
Plaintext
[
|
|
{
|
|
"id": "tools",
|
|
"children":
|
|
[{
|
|
"caption": "SublimeREPL",
|
|
"mnemonic": "r",
|
|
"id": "SublimeREPL",
|
|
"children":
|
|
[
|
|
{"command": "repl_open",
|
|
"caption": "Octave",
|
|
"id": "repl_octave",
|
|
"mnemonic": "o",
|
|
"args": {
|
|
"type": "subprocess",
|
|
"encoding": "utf8",
|
|
"cmd": ["octave", "-i"],
|
|
"cwd": "$file_path",
|
|
"external_id": "octave",
|
|
"additional_scopes": ["matlab"],
|
|
"syntax": "Packages/Matlab/Matlab.tmLanguage"
|
|
}
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
]
|