You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have a string like 'It\'s a beautiful day!', the entire string should get the string highlighting. Instead, it considers everything after the \' as not a string, and therefore normal highlighting, until it gets to the closing ', at which point it thinks the non-string characters after it are a string.
The text was updated successfully, but these errors were encountered:
When I have a string like
'It\'s a beautiful day!'
, the entire string should get the string highlighting. Instead, it considers everything after the\'
as not a string, and therefore normal highlighting, until it gets to the closing'
, at which point it thinks the non-string characters after it are a string.The text was updated successfully, but these errors were encountered: