mathiasfrohlich / vscode-kotlin

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

Syntax Highlight broken when quote and double-quotes are used #50

Open oncethor opened 3 years ago

oncethor commented 3 years ago

For example, the code ssid.trim('"') will break it. See the image attached.

image