1
0
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:
Izhak Jakov
2021-07-03 13:09:37 +02:00
committed by Bram Moolenaar
parent a26f56f675
commit acbb4b5720
3 changed files with 6 additions and 0 deletions

View File

@@ -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