json5.vim 231 B

123456789101112
  1. " Vim indent file
  2. " Language: JSON5
  3. " Maintainer: The Vim Project <https://github.com/vim/vim>
  4. " Last Change: 2024-03-26
  5. if exists("b:did_indent")
  6. finish
  7. endif
  8. " Same as jsonc indenting for now
  9. runtime! indent/jsonc.vim