mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 17:54:10 +00:00
vim-patch:077ade4f6703 (#24629)
feat: recognize geojson extension as json filetype (vim/vim#12636)
077ade4f67
Co-authored-by: Dominique Pellé <dominique.pelle@gmail.com>
This commit is contained in:
@@ -548,6 +548,7 @@ local extension = {
|
||||
slnf = 'json',
|
||||
json = 'json',
|
||||
jsonp = 'json',
|
||||
geojson = 'json',
|
||||
webmanifest = 'json',
|
||||
ipynb = 'json',
|
||||
['json-patch'] = 'json',
|
||||
|
||||
Reference in New Issue
Block a user