Added Default.sublime-commands to add prettyjson to the Commant Palette

This commit is contained in:
H.B. Taylor 2012-02-08 13:27:22 -06:00
parent ac63699d94
commit 73721049cb
1 changed files with 6 additions and 0 deletions

6
Default.sublime-commands Normal file
View File

@ -0,0 +1,6 @@
[
{
"caption": "Pretty JSON: Reformat (Pretty Print) JSON",
"command": "prettyjson"
}
]