Added Default.sublime-commands to add prettyjson to the Commant Palette
This commit is contained in:
parent
ac63699d94
commit
73721049cb
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"caption": "Pretty JSON: Reformat (Pretty Print) JSON",
|
||||
"command": "prettyjson"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue