JSON file formating - not enabled yet
This commit is contained in:
parent
3c61df650c
commit
03f6e00ebe
1 changed files with 3 additions and 0 deletions
|
@ -57,3 +57,6 @@ au FileType coffee call CoffeeScriptFold()
|
||||||
" => JSON section
|
" => JSON section
|
||||||
"""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""
|
||||||
au BufRead,BufNewFile *.json set filetype=json
|
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>
|
||||||
|
|
Loading…
Reference in a new issue