1
0
forked from aniani/vim

Updated runtime files.

This commit is contained in:
Bram Moolenaar
2010-07-26 22:21:27 +02:00
parent f82bac3717
commit 0ed0eea206
12 changed files with 124 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last Change: 2010 May 14
" Last Change: 2010 Jul 26
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -1633,6 +1633,9 @@ au BufNewFile,BufRead *.sa setf sather
" Scilab
au BufNewFile,BufRead *.sci,*.sce setf scilab
" SCSS
au BufNewFile,BufRead *.scss setf scss
" SD: Streaming Descriptors
au BufNewFile,BufRead *.sd setf sd