json.vim 360 B

123456789101112131415161718
  1. " Vim filetype plugin
  2. " Language: JSON
  3. " Maintainer: David Barnett <daviebdawg+vim@gmail.com>
  4. " Last Change: 2014 Jul 16
  5. if exists('b:did_ftplugin')
  6. finish
  7. endif
  8. let b:did_ftplugin = 1
  9. let b:undo_ftplugin = 'setlocal formatoptions< comments< commentstring<'
  10. setlocal formatoptions-=t
  11. " JSON has no comments.
  12. setlocal comments=
  13. setlocal commentstring=