diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-02-01 21:10:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-01 21:10:33 -0500 |
| commit | 05081927744f1942dbe49b17dd58e7c3d5f57916 (patch) | |
| tree | 65163934bdd3144bf7b6f234a2e008012f93d20b /runtime/filetype.vim | |
| parent | 3803314f7808838fc8c627915878631383ee612d (diff) | |
| parent | 8c09dbf08216b2f3143929f36eaf5e79806980c3 (diff) | |
| download | rneovim-05081927744f1942dbe49b17dd58e7c3d5f57916.tar.gz rneovim-05081927744f1942dbe49b17dd58e7c3d5f57916.tar.bz2 rneovim-05081927744f1942dbe49b17dd58e7c3d5f57916.zip | |
Merge pull request #6045 from jamessan/vim-a02a551
vim-patch:a02a551,802a0d9,e18dbe8,063b9d1
Diffstat (limited to 'runtime/filetype.vim')
| -rw-r--r-- | runtime/filetype.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 93886d5379..24587c56dc 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1015,7 +1015,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 |