mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
runtime(json5): add basic indent support (#14298)
Signed-off-by: Rocco Mao <dapeng.mao@qq.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
b9f5b95b7b
commit
63833bb021
11
runtime/indent/json5.vim
Normal file
11
runtime/indent/json5.vim
Normal 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
|
Loading…
x
Reference in New Issue
Block a user