find begining of tokens.

This commit is contained in:
mattn
2012-05-23 14:43:41 +09:00
parent b13fc41a35
commit aea4becc0e
5 changed files with 43 additions and 15 deletions

View File

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