Navigation Menu

Skip to content

Commit

Permalink
Added menus
Browse files Browse the repository at this point in the history
  • Loading branch information
francodacosta committed Nov 26, 2012
1 parent d3a1b15 commit 7c010bd
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions Main.sublime-menu
@@ -0,0 +1,35 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "Composer",
"children":
[
{
"command": "open_file",
"args": {"file": "${packages}/Composer/composer-sublime.sublime-settings"},
"caption": "Settings – Default"
},
{
"command": "open_file",
"args": {"file": "${packages}/User/composer-sublime.sublime-settings"},
"caption": "Settings – User"
}

]
}
]
}
]
}
]

0 comments on commit 7c010bd

Please sign in to comment.