vim-patch:63833bb0217f

runtime(json5): add basic indent support (vim/vim#14298)

63833bb021

Co-authored-by: Rocco Mao <dapeng.mao@qq.com>
This commit is contained in:
Christian Clason 2024-03-26 21:33:43 +01:00
parent 3587377cda
commit d3771e68a2
1 changed files with 11 additions and 0 deletions

11
runtime/indent/json5.vim Normal file
View File

@ -0,0 +1,11 @@
" Vim indent file
" Language: JSON5
" Maintainer: The Vim Project <https://github.com/vim/vim>
" Last Change: 2024-03-26
if exists("b:did_indent")
finish
endif
" Same as jsonc indenting for now
runtime! indent/jsonc.vim