forked from aniani/vim
feat: recognize geojson extension as json filetype (#12636)
This commit is contained in:
@@ -1060,6 +1060,9 @@ au BufNewFile,BufRead *.json5 setf json5
|
||||
" JSON Patch (RFC 6902)
|
||||
au BufNewFile,BufRead *.json-patch setf json
|
||||
|
||||
" Geojson is also json
|
||||
au BufNewFile,BufRead *.geojson setf json
|
||||
|
||||
" Jupyter Notebook is also json
|
||||
au BufNewFile,BufRead *.ipynb setf json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user