From c454f0c2ba0e0842761eec5358fc7b7503c2228c Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 5 Nov 2011 15:05:32 +0800 Subject: [PATCH] Add *.json to filetype=json --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 60dacad..1fcda38 100644 --- a/.vimrc +++ b/.vimrc @@ -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 "