neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

json5.vim (231B)


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