google / bamboo-soy

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

Issue when attributes are wrapped in if #64

Closed thso closed 7 years ago

thso commented 7 years ago

There also seems an issue with some attributes when wrapped in {if}:

breakage

kaathewise commented 7 years ago

The annotation says "Tag start is not closed", which is an HTML error, resulting of ">" not being lexed.

Actually, I believe, HTML and Soy might not be completely separable on the lexer level, I need to revise that.