summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-02-13 16:15:55 +0100
committerBram Moolenaar <Bram@vim.org>2013-02-13 16:15:55 +0100
commit00154508de442a1ffa19ab217484f4a50e7536f0 (patch)
tree0eec4c1be834150eefade1b7104b6e6984fe6742 /runtime/filetype.vim
parent8fe8d9ed064d1a7c41fc43a565513dc41fd3aaed (diff)
Update runtime files.
Add missing test files.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 08270f1702..7a5c1526ba 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: 2013 Jan 31
+" Last Change: 2013 Feb 12
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -1079,6 +1079,9 @@ au BufNewFile,BufRead *[mM]akefile,*.mk,*.mak,*.dsp setf make
" MakeIndex
au BufNewFile,BufRead *.ist,*.mst setf ist
+" Mallard
+au BufNewFile,BufRead *.page setf mallard
+
" Manpage
au BufNewFile,BufRead *.man setf man