Add jsonc, closes #635

This commit is contained in:
Adam Stankiewicz
2020-12-30 12:13:50 +01:00
parent e5668602cc
commit 8af4f8e6c0
7 changed files with 82 additions and 1 deletions

5
indent/jsonc.vim Normal file
View File

@@ -0,0 +1,5 @@
if has_key(g:polyglot_is_disabled, 'jsonc')
finish
endif
runtime! indent/json.vim