Fixes issue #211 - sass not working properly because expecting braces instead of tabs

This commit is contained in:
sheoak
2014-08-04 15:05:40 +02:00
parent 96903b0913
commit f1a34ccaa3

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)