From 73721049cb585f80c453df5aa91e530292d517c1 Mon Sep 17 00:00:00 2001 From: "H.B. Taylor" Date: Wed, 8 Feb 2012 13:27:22 -0600 Subject: [PATCH] Added Default.sublime-commands to add prettyjson to the Commant Palette --- Default.sublime-commands | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Default.sublime-commands diff --git a/Default.sublime-commands b/Default.sublime-commands new file mode 100644 index 0000000..6117e8d --- /dev/null +++ b/Default.sublime-commands @@ -0,0 +1,6 @@ +[ + { + "caption": "Pretty JSON: Reformat (Pretty Print) JSON", + "command": "prettyjson" + } +] \ No newline at end of file