summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-10-12 20:58:49 +0000
committerBram Moolenaar <Bram@vim.org>2005-10-12 20:58:49 +0000
commita5fac54aead319a3a47849df0f2dc1fc59c5dd11 (patch)
treed4614c84f224b4525357ffaa911c239ee4ea784b /runtime/filetype.vim
parent61036991abe29d4b701cc442d1630f012cd20b21 (diff)
updated for version 7.0157
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim8
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index af6465fd85..edbe718e43 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: 2005 Sep 25
+" Last Change: 2005 Oct 12
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -285,6 +285,9 @@ au BufNewFile,BufRead */.calendar/*,
" C#
au BufNewFile,BufRead *.cs setf cs
+" Cfengine
+au BufNewFile,BufRead cfengine.conf setf cfengine
+
" Comshare Dimension Definition Language
au BufNewFile,BufRead *.cdl setf cdl
@@ -1669,6 +1672,9 @@ au BufNewFile,BufRead *.tf,.tfrc,tfrc setf tf
" TPP - Text Presentation Program
au BufNewFile,BufReadPost *.tpp setf tpp
+" Trustees
+au BufNewFile,BufRead trustees.conf setf trustees
+
" TSS - Geometry
au BufNewFile,BufReadPost *.tssgm setf tssgm