This commit is contained in:
mattn
2014-05-19 15:12:40 +09:00
parent 018a97523a
commit 3ccd466123
2 changed files with 2 additions and 2 deletions

View File

@@ -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)