mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 07:01:47 +00:00
28 lines
755 B
Plaintext
28 lines
755 B
Plaintext
[
|
|
{
|
|
"id": "tools",
|
|
"children":
|
|
[{
|
|
"caption": "SublimeREPL",
|
|
"mnemonic": "r",
|
|
"id": "SublimeREPL",
|
|
"children":
|
|
[
|
|
{"command": "repl_open",
|
|
"id": "repl_elixir",
|
|
"caption": "Elixir",
|
|
"args": {
|
|
"type": "subprocess",
|
|
"encoding": "utf8",
|
|
"cmd": ["iex"],
|
|
"cwd": "$file_path",
|
|
"syntax": "Packages/Elixir/Elixir.tmLanguage",
|
|
"external_id": "elixir",
|
|
"extend_env": {"NODE_DISABLE_COLORS": "1"}
|
|
}
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
]
|