diff runtime/filetype.vim @ 2415:8f017e31750f vim73

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Mon, 26 Jul 2010 22:21:27 +0200
parents 03a5f2897db3
children 86532ee3ea41
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:	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