If you add a double quote in the editor everything following it on that line is gray. If you close it with another double quote, then the quotes and what it contains are purple, but everything following that stays gray. So if you type print("x" + x); then + x); stays gray when it seems like the closing parenthesis and semicolon should change to black or white depending on dark mode.
Reactions are currently unavailable
If you add a double quote in the editor everything following it on that line is gray. If you close it with another double quote, then the quotes and what it contains are purple, but everything following that stays gray. So if you type print("x" + x); then + x); stays gray when it seems like the closing parenthesis and semicolon should change to black or white depending on dark mode.