google / bamboo-soy

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

<!--[if lte mso 11]> (and similar) comments not properly terminated #140

Closed ryanseys closed 6 years ago

ryanseys commented 7 years ago

If I put the following in a soy template, it's not properly terminated, making the rest of the file look like it's one giant comment.

<!--[if lte mso 11]>
   some content here
<![endif]-->
thso commented 7 years ago

Will look into it, thanks for filing this issue!

hdavidkim commented 6 years ago

Haven't been able to use the plugin largely due to this issue

thso commented 6 years ago

Should be fixed in 1.3.

corespace commented 6 years ago

This is still broken for me on IntelliJ Ultimate 2018.1 I think it's related to https://github.com/google/bamboo-soy/issues/151