google / bamboo-soy

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

Fix issue where bamboo would swallow a typed quote incorrectly #159

Closed thso closed 6 years ago

thso commented 6 years ago

For example, Bamboo-Soy swallows a typed ' when the caret is positioned before another '.

This is because the logic was incorrectly computing the number of 'open' and 'close' characters respectively to the left and right of the caret, by not taking into account the fact that unlike brackets, quoted expressions have the same open and close character.