Files
ChocolateyPackages/EthanBrown.SublimeText2.UtilPackages/tools/PackageCache/Package Control/Main.sublime-menu
2013-04-04 08:54:47 -04:00

46 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "Package Control",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/Package Control/Package Control.sublime-settings"
},
"caption": "Settings Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/Package Control.sublime-settings"
},
"caption": "Settings User"
},
{ "caption": "-" }
]
}
]
},
{
"caption": "Package Control",
"mnemonic": "C",
"command": "show_overlay",
"args": {"overlay": "command_palette", "text": "Package Control: "}
}
]
}
]