mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-03-05 21:14:17 +08:00
Expand paren when type is css
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user