mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
[
|
|
{
|
|
"id": "tools",
|
|
"children":
|
|
[{
|
|
"caption": "SublimeREPL",
|
|
"mnemonic": "r",
|
|
"id": "SublimeREPL",
|
|
"children":
|
|
[
|
|
{"command": "repl_open",
|
|
"caption": "Io",
|
|
"id": "repl_io",
|
|
"mnemonic": "i",
|
|
"args": {
|
|
"type": "subprocess",
|
|
"encoding": "utf8",
|
|
"cmd": {"linux": ["io", "${packages}/SublimeREPL/config/Io/repl.io"],
|
|
"windows": ["io", "${packages}/SublimeREPL/config/Io/repl.io"],
|
|
"osx": ["io", "${packages}/SublimeREPL/config/Io/repl.io"]},
|
|
"cwd": "$file_path",
|
|
"external_id": "io",
|
|
"suppress_echo": {"linux": true,
|
|
"windows": false,
|
|
"osx": true},
|
|
"syntax": "Packages/SublimeREPL/config/Io/Io.tmLanguage"
|
|
}
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
]
|