1
0
forked from aniani/vim

Update runtime files. Add vroom file support.

This commit is contained in:
Bram Moolenaar
2014-07-26 13:40:44 +02:00
parent 2bace3e2fb
commit dbc2802251
10 changed files with 189 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last Change: 2014 Jul 16
" Last Change: 2014 Jul 23
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -2314,6 +2314,9 @@ au BufNewFile,BufRead vgrindefs setf vgrindefs
" VRML V1.0c
au BufNewFile,BufRead *.wrl setf vrml
" Vroom (vim testing and executable documentation)
au BufNewFile,BufRead *.vroom setf vroom
" Webmacro
au BufNewFile,BufRead *.wm setf webmacro