Skip to content

Commit

Permalink
Create Main.sublime-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
deiga committed Mar 7, 2013
1 parent 559cf6f commit 2d902ae
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": "Indent Guides",
"children":
[
{
"command": "open_file",
"args": {"file": "${packages}/IndentGuides/IndentGuides.sublime-settings"},
"caption": "Settings – Default"
},
{
"command": "open_file",
"args": {"file": "${packages}/User/IndentGuides.sublime-settings"},
"caption": "Settings – User"
}
]
}
]
}
]
}
]

0 comments on commit 2d902ae

Please sign in to comment.