mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-25 22:51:41 +00:00
28 lines
768 B
Plaintext
28 lines
768 B
Plaintext
[
|
|
{
|
|
"id": "tools",
|
|
"children":
|
|
[{
|
|
"caption": "SublimeREPL",
|
|
"mnemonic": "r",
|
|
"id": "SublimeREPL",
|
|
"children":
|
|
[
|
|
{"command": "repl_open",
|
|
"caption": "PowerShell",
|
|
"id": "repl_powershell",
|
|
"mnemonic": "p",
|
|
"args": {
|
|
"type": "powershell",
|
|
"encoding": "",
|
|
"cmd": ["powershell", "-"],
|
|
"cwd": "$file_path",
|
|
"external_id": "powershell",
|
|
"syntax": "Packages/PowerShell/Support/PowershellSyntax.tmLanguage"
|
|
}
|
|
}
|
|
]
|
|
}]
|
|
}
|
|
]
|