forked from VimPlug/emmet-vim
Fixes issue #211 - sass not working properly because expecting braces instead of tabs
This commit is contained in:
@@ -3,11 +3,7 @@ function! emmet#lang#sass#findTokens(str)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! emmet#lang#sass#parseIntoTree(abbr, type)
|
function! emmet#lang#sass#parseIntoTree(abbr, type)
|
||||||
if a:abbr =~ '>'
|
|
||||||
return emmet#lang#html#parseIntoTree(a:abbr, a:type)
|
return emmet#lang#html#parseIntoTree(a:abbr, a:type)
|
||||||
else
|
|
||||||
return emmet#lang#css#parseIntoTree(a:abbr, a:type)
|
|
||||||
endif
|
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! emmet#lang#sass#toString(settings, current, type, inline, filters, itemno, indent)
|
function! emmet#lang#sass#toString(settings, current, type, inline, filters, itemno, indent)
|
||||||
|
|||||||
Reference in New Issue
Block a user