mathiasfrohlich / vscode-kotlin

Kotlin language support for VS Code
Apache License 2.0
203 stars 21 forks source link

Incorrect string interpolation parsing leaves closing quotes undetected #41

Open strattonbrazil opened 5 years ago

strattonbrazil commented 5 years ago

Possibly related to #35 string interpolation parsing will sometimes fail to detect the closing quotes incorrectly classifying the follow-up code.

kotlin_parsing