mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-10 04:21:51 +08:00
find begining of tokens.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
function! zencoding#haml#findTokens(str)
|
||||
return zencoding#html#findTokens(a:str)
|
||||
endfunction
|
||||
|
||||
function! zencoding#haml#parseIntoTree(abbr, type)
|
||||
return zencoding#html#parseIntoTree(a:abbr, a:type)
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user