mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-01-26 15:11:55 +00:00
backing up sublime settings
This commit is contained in:
27
Packages/SublimeREPL/config/PowerShell/Main.sublime-menu
Normal file
27
Packages/SublimeREPL/config/PowerShell/Main.sublime-menu
Normal file
@@ -0,0 +1,27 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user