google / bamboo-soy

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

{key} command support #205

Closed dikmax closed 4 years ago

dikmax commented 4 years ago

Here's a valid example:

{template .test}
  <div {key "1"}></div>
{/template}

but now it fails to parse.