Merge pull request #223 from sheoak/master

Sass not working properly with sass extension
This commit is contained in:
mattn
2014-08-06 15:59:27 +09:00

View File

@@ -3,11 +3,7 @@ function! emmet#lang#sass#findTokens(str)
endfunction
function! emmet#lang#sass#parseIntoTree(abbr, type)
if a:abbr =~ '>'
return emmet#lang#html#parseIntoTree(a:abbr, a:type)
else
return emmet#lang#css#parseIntoTree(a:abbr, a:type)
endif
endfunction
function! emmet#lang#sass#toString(settings, current, type, inline, filters, itemno, indent)