mirror of
https://github.com/amix/vimrc
synced 2025-07-04 06:44:59 +08:00
add vim-json
This commit is contained in:
3
sources_non_forked/vim-json/ftdetect/json.vim
Normal file
3
sources_non_forked/vim-json/ftdetect/json.vim
Normal file
@ -0,0 +1,3 @@
|
||||
autocmd BufNewFile,BufRead *.json setlocal filetype=json
|
||||
autocmd BufNewFile,BufRead *.jsonp setlocal filetype=json
|
||||
autocmd BufNewFile,BufRead *.geojson setlocal filetype=json
|
Reference in New Issue
Block a user