Bug? Multi-line Smart String Literal Issue

tchart

Well-Known Member
Licensed User
Longtime User
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.

2017-08-04 06_49_34-TheFly - B4J.png


2017-08-04 06_49_50-TheFly - B4J.png
 
Top