mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-02-05 03:51:56 +00:00
backing up sublime settings
This commit is contained in:
33
Packages/SublimeREPL/config/PHP/Main.sublime-menu
Normal file
33
Packages/SublimeREPL/config/PHP/Main.sublime-menu
Normal file
@@ -0,0 +1,33 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user