Files
SublimeTypograph/Main.sublime-menu
T

39 lines
1.2 KiB
Plaintext
Raw Normal View History

2015-12-26 15:46:45 +03:00
[
{
"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": "-"
}
]
}
]
}
]
}
]