From e114529972c713d49ee50896760ea00365abe486 Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Tue, 30 Dec 2014 14:05:24 +0100 Subject: vim-patch:babc6a1 Runtime file updates. https://code.google.com/p/vim/source/detail?r=babc6a1d4c270e3a8004dad9d3b3648f067bdfde --- runtime/filetype.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/filetype.vim') diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 1ab03ecb52..40ccee960d 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1,7 +1,7 @@ " Vim support file to detect file types " " Maintainer: Bram Moolenaar -" Last Change: 2014 Aug 22 +" Last Change: 2014 Aug 23 " Listen very carefully, I will say this only once if exists("did_load_filetypes") @@ -1007,7 +1007,7 @@ au BufNewFile,BufRead *.jgr setf jgraph au BufNewFile,BufRead *.jov,*.j73,*.jovial setf jovial " JSON -au BufNewFile,BufRead *.json setf json +au BufNewFile,BufRead *.json,*.jsonp setf json " Kixtart au BufNewFile,BufRead *.kix setf kix -- cgit