Monday, May 10, 2010

VIM - How to format and syntax highlight JSON file

Formatting
  • Run this command in shell 
    sudo cpan JSON::XS
  • Put this line to ~/.vimrc 
    map <leader>jt <Esc>:%!json_xs -f json -t json-pretty<CR>
  • When want to format JSON file press
    \jt

  • credit : “tidify” a json in vim
Syntax highlighting

Collectd PostgreSQL Plugin

I couldn't find this link when searching with google https://www.collectd.org/documentation/manpages/collectd.conf.html#plugin-postgresql