forked from aniani/vim
patch 8.2.3085: JSONC files are not recognized
Problem: JSONC files are not recognized. Solution: Recognize .jsonc files. (Izhak Jakov, closes #8500)
This commit is contained in:
committed by
Bram Moolenaar
parent
a26f56f675
commit
acbb4b5720
@@ -868,6 +868,9 @@ au BufNewFile,BufRead *.json-patch setf json
|
||||
" Jupyter Notebook is also json
|
||||
au BufNewFile,BufRead *.ipynb setf json
|
||||
|
||||
" JSONC
|
||||
au BufNewFile,BufRead *.jsonc setf jsonc
|
||||
|
||||
" Kixtart
|
||||
au BufNewFile,BufRead *.kix setf kix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user