This commit is contained in:
relikd
2012-08-01 23:54:14 +02:00
commit 3c28af30c3
6 changed files with 114 additions and 0 deletions

32
Main.sublime-menu Normal file
View File

@@ -0,0 +1,32 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "Plist Binary",
"children":
[
{
"caption": "Key Bindings Default",
"command": "open_file",
"args": {
"file": "${packages}/Plist Binary/Default.sublime-keymap",
}
},
{ "caption": "-" }
]
}
]
}
]
}
]