ID:2381759
 
Resolved
Including a multiline raw string with a blank line caused the syntax highlighting to reset after the blank line.
BYOND Version:512.1434
Operating System:N/A
Web Browser:N/A
Applies to:Dream Maker
Status: Resolved (512.1435)

This issue has been resolved.
Descriptive Problem Summary:

Including a multiline raw string with a blank line causes the syntax highlighting to reset after the blank line.

Code Snippet (if applicable) to Reproduce Problem:
var/text = @{"This is a
multiline string!

And still is!"}


Expected Results:

Syntax highlighting shows the entire string is in fact a string.

Actual Results:

The portion of the string after the blank line resets to default highlighting. (Does not appear in forum.)
Lummox JR resolved issue with message:
Including a multiline raw string with a blank line caused the syntax highlighting to reset after the blank line.