mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 10:44:24 +08:00
Parse as css
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
function! emmet#lang#sass#findTokens(str)
|
function! emmet#lang#sass#findTokens(str)
|
||||||
return a:str
|
return emmet#lang#css#findTokens(a:str)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! emmet#lang#sass#parseIntoTree(abbr, type)
|
function! emmet#lang#sass#parseIntoTree(abbr, type)
|
||||||
|
|||||||
Reference in New Issue
Block a user