diff runtime/filetype.vim @ 846:db44f7b81373 v7.0f03

updated for version 7.0f03
author vimboss
date Thu, 27 Apr 2006 21:47:44 +0000
parents 1f3b1021f002
children 0b3caba588fe
line wrap: on
line diff
--- 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 fa
 " 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,*/.mp
 " 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