1
0
Fork 0
mirror of synced 2024-07-04 06:21:09 -04:00
ultimate-vim/sources_non_forked/vim-json/ftdetect/json.vim

4 lines
175 B
VimL
Raw Normal View History

2016-08-23 20:56:12 -04:00
autocmd BufNewFile,BufRead *.json setlocal filetype=json
autocmd BufNewFile,BufRead *.jsonp setlocal filetype=json
autocmd BufNewFile,BufRead *.geojson setlocal filetype=json