summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-03-02 16:19:40 +0100
committerBram Moolenaar <Bram@vim.org>2010-03-02 16:19:40 +0100
commit5e3dae8b6ba205faf78af4b6eaeb5947c309ca59 (patch)
treedc22b80fe00fec131b97235c3b701f0ebe5b2d06 /runtime/filetype.vim
parent42b4ddab9585411e53c16cddc93e727a5db7f567 (diff)
Updated runtime an documentation 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 5665cc293c..140f0c561c 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: 2009 Dec 24
+" Last Change: 2010 Feb 24
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -529,6 +529,9 @@ au BufNewFile,BufRead *.qc setf c
" Configure files
au BufNewFile,BufRead *.cfg setf cfg
+" Cucumber
+au BufNewFile,BufRead *.feature setf cucumber
+
" Communicating Sequential Processes
au BufNewFile,BufRead *.csp,*.fdr setf csp