Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fixed broken link to keymap.
Browse files Browse the repository at this point in the history
  • Loading branch information
scovetta committed Mar 15, 2017
1 parent 070e433 commit ef3d7cd
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,51 @@
{
"command": "open_file",
"args": {
"file": "${packages}/DevSkim/Default (OSX).sublime-keymap",
"file": "${packages}/DevSkim-Sublime-Plugin/Default (OSX).sublime-keymap",
"platform": "OSX"
},
"caption": "Key Bindings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/DevSkim/Default (Linux).sublime-keymap",
"file": "${packages}/User/Default (OSX).sublime-keymap",
"platform": "OSX"
},
"caption": "Key Bindings – User"
},
{
"command": "open_file",
"args": {
"file": "${packages}/DevSkim-Sublime-Plugin/Default (Linux).sublime-keymap",
"platform": "Linux"
},
"caption": "Key Bindings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/DevSkim/Default (Windows).sublime-keymap",
"file": "${packages}/User/Default (Linux).sublime-keymap",
"platform": "Linux"
},
"caption": "Key Bindings – User"
},
{
"command": "open_file",
"args": {
"file": "${packages}/DevSkim-Sublime-Plugin/Default (Windows).sublime-keymap",
"platform": "Windows"
},
"caption": "Key Bindings – Default"
}
},
{
"command": "open_file",
"args": {
"file": "${packages}/User/Default (Windows).sublime-keymap",
"platform": "Windows"
},
"caption": "Key Bindings – User"
}
]
}
]
Expand Down

0 comments on commit ef3d7cd

Please sign in to comment.