Skip to content

Commit

Permalink
Create Main.sublime-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rokartnaz authored Mar 12, 2017
1 parent de78b17 commit 489321e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "WhooshSearch",
"children":
[
{
"command": "open_file",
"args": {"file": "${packages}/WhooshSearch/WhooshSearch.sublime-settings"},
"caption": "Settings – Default"
},
{
"command": "open_file",
"args": {"file": "${packages}/User/WhooshSearch.sublime-settings"},
"caption": "Settings – User"
}
]
}
]
}
]
}
]

0 comments on commit 489321e

Please sign in to comment.