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#css#findTokens(str)
return substitute(a:str, '^.*[;{]\s*', '', '')
endfunction
function! zencoding#css#parseIntoTree(abbr, type)
let abbr = a:abbr
let type = a:type