mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Add jsonc, closes #635
This commit is contained in:
5
indent/jsonc.vim
Normal file
5
indent/jsonc.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
if has_key(g:polyglot_is_disabled, 'jsonc')
|
||||
finish
|
||||
endif
|
||||
|
||||
runtime! indent/json.vim
|
||||
Reference in New Issue
Block a user