fool2fish / velocity

A node velocity template engine. Node 版 velocity 模板引擎。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Always scan the #foreach statement's body no matter if the left hand can go further

fool2fish opened this issue · comments

#set($list = [0 .. 10])
#foreach($item in $list)
$argInForeach
#end

$argInForeach should be recognized