Merge pull request #67 from mrnobody0/master
Added keyboard shortcuts for plugin settings
This commit is contained in:
commit
7e93346c86
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue