add main menu links to settings
This commit is contained in:
parent
b2f75671d3
commit
216b7bea7f
38
Main.sublime-menu
Normal file
38
Main.sublime-menu
Normal 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": "-"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user