1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-18 15:57:09 +01:00
vim/runtime/indent/json5.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
231 B
VimL
Raw Permalink Normal View History

" 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