summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-08-23 15:31:19 +0200
committerBram Moolenaar <Bram@vim.org>2014-08-23 15:31:19 +0200
commit7b61a546d84ce50f278fcc84090b2d11dbe039eb (patch)
tree9a7d32eeb8d849c5fcec8e19ac071d1186c6db3e /runtime/filetype.vim
parent92f4baace8af8fbc6ed610ba91268e38a4d555a2 (diff)
Runtime file updates.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 91afa65a80..68b795ad47 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1,7 +1,7 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2014 Aug 22
+" Last Change: 2014 Aug 23
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -1011,7 +1011,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