Add *.json to filetype=json

This commit is contained in:
Gea-Suan Lin
2011-11-05 15:05:32 +08:00
parent 0774bdd11e
commit c454f0c2ba

1
.vimrc
View File

@@ -50,6 +50,7 @@ autocmd BufNewFile *.php call LoadPHPTemplate()
"
" other
au BufNewFile,BufRead *.psgi setf perl
au BufNewFile,BufRead *.json setf json
au BufNewFile,BufRead Makefile set noexpandtab
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
"