summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-02 21:42:23 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-02 21:42:23 +0200
commite18dbe865d190e74fb5d43ac8bc6ac22507d0223 (patch)
treeb95cb3a293646f8f2284f668bb518f353dd1ee92 /runtime/filetype.vim
parent0fcc7c6dd1902b71e0e7d0a35ddabafef6455a83 (diff)
Updated runtime files.
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 9927571576..266d195bf7 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: 2016 Apr 29
+" Last Change: 2016 Jun 26
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -1019,7 +1019,7 @@ au BufNewFile,BufRead *.jgr setf jgraph
au BufNewFile,BufRead *.jov,*.j73,*.jovial setf jovial
" JSON
-au BufNewFile,BufRead *.json,*.jsonp setf json
+au BufNewFile,BufRead *.json,*.jsonp,*.webmanifest setf json
" Kixtart
au BufNewFile,BufRead *.kix setf kix