Added Main.sublime-menu to surface the settings files

This commit is contained in:
H.B. Taylor 2012-02-08 13:19:09 -06:00
parent 9fa1573683
commit ac63699d94
1 changed files with 39 additions and 0 deletions

39
Main.sublime-menu Normal file
View File

@ -0,0 +1,39 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "Pretty JSON",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings"
},
"caption": "Settings Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/Pretty JSON.sublime-settings"
},
"caption": "Settings User"
},
{ "caption": "-" }
]
}
]
}
]
}
]