forked from VimPlug/emmet-vim
Parse as css
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function! emmet#lang#sass#findTokens(str)
|
||||
return a:str
|
||||
return emmet#lang#css#findTokens(a:str)
|
||||
endfunction
|
||||
|
||||
function! emmet#lang#sass#parseIntoTree(abbr, type)
|
||||
|
||||
Reference in New Issue
Block a user