1
0
Fork 0
mirror of synced 2024-09-28 13:37:00 -04:00
ultimate-vim/sources_non_forked/vim-json/ftdetect/json.vim
2017-11-27 13:43:13 +08:00

3 lines
175 B
VimL

autocmd BufNewFile,BufRead *.json setlocal filetype=json
autocmd BufNewFile,BufRead *.jsonp setlocal filetype=json
autocmd BufNewFile,BufRead *.geojson setlocal filetype=json