Syntax Highlighting Errors with Strings

In BASIC, strings can be delimited with single quotes, double quotes or back-slashes.  The plug-in doesn’t recognize \s as string delimiters.

Also, multi-line strings aren’t allowed, but if there’s unmatched quotes, the string syntax highlighting will continue across multiple lines until a matching quote is found.

This is especially noticeable when \"\ is used to insert a quote into a string.

——————————
Raymond DeGennaro
UV/D3 DBA
UnitedHealth Group Inc
Belvidere IL US
——————————

Read more here: Source link