summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-27 21:47:44 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-27 21:47:44 +0000
commit437df8f48460ad687c6f4cc5dd4c9b66155c7b05 (patch)
tree22cd85f02613e26ff3bdf193f16286e11c1eaeee /runtime/filetype.vim
parent25e2c9e3e6a2eaafd7d21a6f4e70c836d7888d8d (diff)
updated for version 7.0f03v7.0f03
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim11
1 files changed, 10 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 617cbe6dd9..3b5bd4fdbc 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: 2006 Apr 21
+" Last Change: 2006 Apr 27
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -250,6 +250,9 @@ au BufNewFile,BufRead *.bdf setf bdf
" BibTeX bibliography database file
au BufNewFile,BufRead *.bib setf bib
+" BibTeX Bibliography Style
+au BufNewFile,BufRead *.bst setf bst
+
" BIND configuration
au BufNewFile,BufRead named.conf,rndc.conf setf named
@@ -597,6 +600,9 @@ au BufNewFile,BufRead *.factor setf factor
" Fetchmail RC file
au BufNewFile,BufRead .fetchmailrc setf fetchmail
+" FlexWiki
+au BufNewFile,BufRead *.wiki setf flexwiki
+
" Focus Executable
au BufNewFile,BufRead *.fex,*.focexec setf focexec
@@ -991,6 +997,9 @@ au BufNewFile,BufRead mplayer.conf,*/.mplayer/config setf mplayerconf
" Moterola S record
au BufNewFile,BufRead *.s19,*.s28,*.s37 setf srec
+" Mrxvtrc
+au BufNewFile,BufRead mrxvtrc,.mrxvtrc setf mrxvtrc
+
" Msql
au BufNewFile,BufRead *.msql setf msql