SASS support

This commit is contained in:
Hugues Lismonde
2011-08-10 13:38:52 +02:00
committed by mattn
parent f844ab85b0
commit c5db7c80d2

View File

@@ -597,6 +597,7 @@ function! s:zen_getFileType()
if type == 'xslt' | let type = 'xsl' | endif
if type == 'htmldjango' | let type = 'html' | endif
if type == 'html.django_template' | let type = 'html' | endif
if type == 'scss' | let type = 'css' | endif
if synIDattr(synID(line("."), col("."), 1), "name") =~ '^css'
let type = 'css'
endif