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
Syntax highlighting doesn't work for indentifiers with unicode and can break definition highlighting.
Block highlighting also only works if (1) the identifier starts with a capital letter and (2) there is more than one character (but no unicode).
The var isn't highlighting correctly because the identifier starts with a unicode character. let and const, however, do highlight correctly.
Some generic tests (not affected by var/let/const or similar for proc)
The text was updated successfully, but these errors were encountered:
Syntax highlighting doesn't work for indentifiers with unicode and can break definition highlighting.
Block highlighting also only works if (1) the identifier starts with a capital letter and (2) there is more than one character (but no unicode).
The
var
isn't highlighting correctly because the identifier starts with a unicode character.let
andconst
, however, do highlight correctly.Some generic tests (not affected by
var
/let
/const
or similar forproc
)The text was updated successfully, but these errors were encountered: