From 264df14c43ae8402b3e6298953278ad26a545eb4 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 13 Jun 2012 22:11:17 +0900 Subject: [PATCH] treat as scss. --- autoload/zencoding.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autoload/zencoding.vim b/autoload/zencoding.vim index 05ee72b..989387d 100644 --- a/autoload/zencoding.vim +++ b/autoload/zencoding.vim @@ -232,7 +232,6 @@ function! zencoding#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 len(type) == 0 && len(globpath(&rtp, 'autoload/zencoding/lang/'.&ft.'.vim')) let type = &ft endif @@ -1099,6 +1098,9 @@ let s:zen_settings = { \ 'sass': { \ 'extends': 'css', \ }, +\ 'scss': { +\ 'extends': 'css', +\ }, \ 'html': { \ 'snippets': { \ 'cc:ie6': "",