Skip to content

Commit

Permalink
- Manual merge with changes for better integration of Issue #4
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Mar 4, 2014
1 parent 4218714 commit 41a6bc6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Main.sublime-menu
@@ -0,0 +1,29 @@
[
{
"caption": "File",
"mnemonic": "F",
"id": "file",
"children":
[
{ "caption": "-" },
{
"caption": "Favorite Files",
"children":
[
{
"caption": "Add to Favorite Files",
"command": "add_favorite_file"
},
{
"caption": "Open Favorite File(s)",
"command": "select_favorite_file"
},
{
"caption": "Remove Favorite File(s)",
"command": "remove_favorite_file"
}
]
}
]
}
]

0 comments on commit 41a6bc6

Please sign in to comment.