Go to file
Nikolajus c5d3554ff7 converting tabs to spaces 2012-02-09 09:42:28 +01:00
.gitignore first commit of json prettify plugin 2012-02-03 15:32:42 +01:00
Default (Linux).sublime-keymap removing scope for keyboard shortcuts. sometimes (for me it's always) its usefull to have shortcuts in any type of file 2012-02-09 09:40:29 +01:00
Default (OSX).sublime-keymap removing scope for keyboard shortcuts. sometimes (for me it's always) its usefull to have shortcuts in any type of file 2012-02-09 09:40:29 +01:00
Default (Windows).sublime-keymap removing scope for keyboard shortcuts. sometimes (for me it's always) its usefull to have shortcuts in any type of file 2012-02-09 09:40:29 +01:00
Default.sublime-commands Added Default.sublime-commands to add prettyjson to the Commant Palette 2012-02-08 13:27:22 -06:00
Main.sublime-menu converting tabs to spaces 2012-02-09 09:42:28 +01:00
Pretty JSON.sublime-settings converting tabs to spaces 2012-02-09 09:42:28 +01:00
PrettyJson.py Added comment to the run() method 2012-02-08 17:33:41 -06:00
README.md fixed readme shortcuts 2012-02-03 16:08:40 +01:00

README.md

Prettify JSON plugin for Sublime Text 2

Installation

Install this repository via Package Control

Usage

To prettify json, make selection of json and press keys:

  • Linux: ctrl+alt+j
  • Windows: ctrl+alt+j
  • OS X: super+ctrl+j

If JSON is not valid it will be displayed in status bar of sublime