mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
[
|
|
{
|
|
"id": "tools",
|
|
"children":
|
|
[{
|
|
"caption": "SublimeREPL",
|
|
"mnemonic": "r",
|
|
"id": "SublimeREPL",
|
|
"children":
|
|
[
|
|
{"command": "repl_open",
|
|
"caption": "PHP",
|
|
"id": "repl_php",
|
|
"mnemonic": "s",
|
|
"args": {
|
|
"type": "subprocess",
|
|
"encoding": {"windows": "$win_cmd_encoding",
|
|
"linux": "utf-8",
|
|
"osx": "utf-8"},
|
|
"cmd": {"windows": ["php.exe", "-a"],
|
|
"linux": ["php", "-a"],
|
|
"osx": ["php", "-a"]},
|
|
"cwd": "$file_path",
|
|
"cmd_postfix": "\n",
|
|
"env": {},
|
|
"suppress_echo": false,
|
|
"syntax": "Packages/Text/Plain text.tmLanguage"
|
|
}
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
]
|