google / bamboo-soy

An intellij plugin supporting Closure Template language (Soy)
Apache License 2.0
48 stars 27 forks source link

for-loop iteration index syntax #227

Closed dikmax closed 3 years ago

dikmax commented 3 years ago

Following syntax is correct and should not produce parsing error

{for $item, $index in $list}
  ...
{/for}

Right now (ver 1.6) plugin says SoyTokenType.in expected, got ','.