aboutsummaryrefslogtreecommitdiff
path: root/base/vim/ftdetect/json.vim
blob: b4a5cd7606f818b8b05e6fed77056e76dc135d48 (plain)
1
2
3
autocmd BufNewFile,BufRead *.json setlocal filetype=json
autocmd BufNewFile,BufRead *.jsonp setlocal filetype=json
autocmd BufNewFile,BufRead *.geojson setlocal filetype=json