Skip to content

Commit

Permalink
add menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mreq committed Dec 26, 2016
1 parent 2229cbb commit 7db9c0c
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "SublimeMagic",
"children":
[
{
"command": "open_file",
"args": {"file": "${packages}/SublimeMagic/README.md"},
"caption": "README"
},
{
"command": "open_file",
"args": {"file": "${packages}/SublimeMagic/CHANGELOG.md"},
"caption": "CHANGELOG"
},
{ "caption": "-" },
{
"command": "open_file",
"args": {"file": "${packages}/SublimeMagic/SublimeMagic.sublime-settings"},
"caption": "Settings – Default"
},
{
"command": "open_file",
"args": {"file": "${packages}/User/SublimeMagic.sublime-settings"},
"caption": "Settings – User"
}
]
}
]
}
]
}
]

0 comments on commit 7db9c0c

Please sign in to comment.