amazon-ion / ion-intellij-plugin

Support for Ion in Intellij IDEA.
Apache License 2.0
28 stars 22 forks source link

Syntax highlighting incorrect when an escaped backslash is the last character in a string #40

Open popematt opened 2 years ago

popematt commented 2 years ago

The plugin incorrectly identifies/highlights the following example as a string containing \"\n123\n and then a dangling \\".

"\\"
123
"\\"

It should be the string \, the int 123, and the string \.