mirror of
1
0
Fork 0

JSON file formating - not enabled yet

This commit is contained in:
Mirosław Pragłowski 2014-07-30 11:43:27 +02:00
parent 3c61df650c
commit 03f6e00ebe
1 changed files with 3 additions and 0 deletions

View File

@ -57,3 +57,6 @@ au FileType coffee call CoffeeScriptFold()
" => JSON section
"""""""""""""""""""""""""""""""
au BufRead,BufNewFile *.json set filetype=json
" sth not working here http://visibletrap.blogspot.com/2010/05/vim-how-to-format-and-syntax-highlight.html
" sudo cpan JSON::XS
" au Filetype.json map <leader>jt <Esc>:%!json_xs -f json -t json-pretty<CR>