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
= character is incorrectly highlighted when used in variable = function expression scenario:
vart2=functiontest(){};vart3=()=>1;
Please notice how = is getting the same color as a function and variable names when using function f () syntax, but stays white when using new () => ("arrow function") syntax. I believe it should stay white in both cases.
=
character is incorrectly highlighted when used invariable = function expression
scenario:Please notice how
=
is getting the same color as a function and variable names when usingfunction f ()
syntax, but stays white when using new() =>
("arrow function") syntax. I believe it should stay white in both cases.(issue extracted from #141)
The text was updated successfully, but these errors were encountered: