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

11
indent/scss.vim Normal file
View File

@@ -0,0 +1,11 @@
" Vim indent file
" Language: SCSS
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
if exists("b:did_indent")
finish
endif
runtime! indent/css.vim
" vim:set sw=2: