mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-03-06 21:44:27 +08:00
Fix #207
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function! emmet#lang#scss#findTokens(str)
|
||||
return emmet#lang#html#findTokens(a:str)
|
||||
return emmet#lang#css#findTokens(a:str)
|
||||
endfunction
|
||||
|
||||
function! emmet#lang#scss#parseIntoTree(abbr, type)
|
||||
|
||||
Reference in New Issue
Block a user