forked from aniani/vim
patch 8.2.4191: json5 files are not recognized
Problem: json5 files are not recognized. Solution: Add a pattern for json5 files. (closes #9601)
This commit is contained in:
committed by
Bram Moolenaar
parent
206919191f
commit
e15ebeffb3
@@ -888,6 +888,9 @@ au BufNewFile,BufRead *.jov,*.j73,*.jovial setf jovial
|
||||
" JSON
|
||||
au BufNewFile,BufRead *.json,*.jsonp,*.webmanifest setf json
|
||||
|
||||
" JSON5
|
||||
au BufNewFile,BufRead *.json5 setf json5
|
||||
|
||||
" JSON Patch (RFC 6902)
|
||||
au BufNewFile,BufRead *.json-patch setf json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user