Files
laragon/bin/git/usr/share/vim/vim91/indent/json5.vim
2025-10-05 17:33:37 +02:00

12 lines
231 B
VimL

" 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