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 `\`.