Add a separate filetype for SCSS

This commit is contained in:
Tim Pope
2010-07-25 13:02:54 -04:00
parent 38b8d33fc3
commit 980b746e31
4 changed files with 37 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
autocmd BufNewFile,BufRead *.haml setf haml
autocmd BufNewFile,BufRead *.sass setf sass
autocmd BufNewFile,BufRead *.scss setf scss