add main menu links to settings

This commit is contained in:
Anton Vakhrushev 2015-12-26 15:46:45 +03:00
parent b2f75671d3
commit 216b7bea7f

38
Main.sublime-menu Normal file
View File

@ -0,0 +1,38 @@
[
{
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"id": "package-settings",
"children":
[
{
"caption": "Typograph",
"children":
[
{
"caption": "Settings Default",
"command": "open_file", "args":
{
"file": "${packages}/Typograph/Typograph.sublime-settings"
}
},
{
"caption": "Settings User",
"command": "open_file", "args":
{
"file": "${packages}/User/Typograph.sublime-settings"
}
},
{
"caption": "-"
}
]
}
]
}
]
}
]