Merge pull request #67 from mrnobody0/master

Added keyboard shortcuts for plugin settings
This commit is contained in:
Nikolajus 2016-07-14 15:28:33 +02:00 committed by GitHub
commit 7e93346c86
1 changed files with 14 additions and 0 deletions

View File

@ -18,5 +18,19 @@
{
"caption": "Pretty JSON: Validate",
"command": "pretty_json_validate"
},
{
"caption": "Preferences: Pretty JSON Settings - User",
"command": "open_file", "args":
{
"file": "${packages}/User/Pretty JSON.sublime-settings"
}
},
{
"caption": "Preferences: Pretty JSON Settings - Default",
"command": "open_file", "args":
{
"file": "${packages}/SublimePrettyJson/Pretty JSON.sublime-settings"
}
}
]