basic2021.3.2-pre.1Windows 10 Pro Insider Preview Build 213133.8.7 64-bitExpected type 'None' to still be colored blue despite the single quotes.
'None' gets colored as a string and the same goes for the vertical bar that separates types.

Thanks for the report. This looks like a bug and we will investigate.
thanks!
Would it be possible to get the vertical bar and brackets to also turn white?
We tokenize names, and then leave the other tokens up to the editor to color (in this case, they get the string literal color). What you're calling "white" is actually just the "unknown" token type when shown in regular code, i.e. what you get if you just open a new file with no language and start typing.
Changing that behavior would be a separate enhancement we could consider, as we've designed it to work the current way (versus None not being colored is a bug; None is a name).
Ah cool, thanks for explaining!