1
0
forked from aniani/vim

feat: recognize geojson extension as json filetype (#12636)

This commit is contained in:
Dominique Pellé
2023-08-09 17:36:40 +02:00
committed by GitHub
parent b69b9d5e17
commit 077ade4f67
2 changed files with 4 additions and 1 deletions

View File

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