Expand paren when type is css

This commit is contained in:
mattn
2013-09-26 09:57:06 +09:00
parent f8095a65dd
commit bd4c1bfaef
5 changed files with 49 additions and 42 deletions

View File

@@ -1,5 +1,7 @@
function! emmet#lang#sass#findTokens(str)
return emmet#lang#html#findTokens(a:str)
"let g:hoge = substitute(a:str, '^.*[;{@]\s*', '', '')
"return substitute(a:str, '^.*[;{@]\s*', '', '')
return a:str
endfunction
function! emmet#lang#sass#parseIntoTree(abbr, type)