There seems to be an issue with the syntax highlighting with multi-line smart string literals in 5.82
If I have a smart string literal which has multiple lines in a function call it seems to lose the syntax highlighting after the end of the smart string literal.
Example below. Notice how the "True" is red when its on two lines.
If I have a smart string literal which has multiple lines in a function call it seems to lose the syntax highlighting after the end of the smart string literal.
Example below. Notice how the "True" is red when its on two lines.