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
Expected: newVariable == variable_color
You can see in the picture that newVariable has a white color-like text.
Types
Expected: newType == type_color
You can see in the picture that newType has a white color-like text.
Key from Variable
Expected: nameOfVariable == variable_color, .variableName == key_color
These both have white in color. Should be one color for Var and second color for key
Destructuring
Expected: variableName == variable_color, .nameOfVariable == variable_color
You can see in the picture that variableName is key from nameOfVariable and these both have white color.
Renaming Destructuring
Expected: variableName == key_color, nameOfVariable == variable_color, newVariableName == variable_color
You can see in the picture that newVariableName has white color.
Function ES version
Expected: nameOfFunction == function_color
You can see in the picture that nameOfFunction is a function but it's just white color.
Calling function
Expected: nameOfFunction() == function_color
You can see in the picture that nameOfFunction() has white color.
Thank you very much for reading this!
The text was updated successfully, but these errors were encountered:
I want to say thank you right away, and maybe I'm not addressing it in the right place.
I'm using:
FRONTEND highlighting:
Variables
Expected:
newVariable
== variable_colorYou can see in the picture that
newVariable
has a white color-like text.Types
Expected:
newType
== type_colorYou can see in the picture that
newType
has a white color-like text.Key from Variable
Expected:
nameOfVariable
== variable_color,.variableName
== key_colorThese both have white in color. Should be one color for
Var
and second color forkey
Destructuring
Expected:
variableName
== variable_color,.nameOfVariable
== variable_colorYou can see in the picture that
variableName
is key fromnameOfVariable
and these both have white color.Renaming Destructuring
Expected:
variableName
== key_color,nameOfVariable
== variable_color,newVariableName
== variable_colorYou can see in the picture that
newVariableName
has white color.Function ES version
Expected:
nameOfFunction
== function_colorYou can see in the picture that
nameOfFunction
is a function but it's just white color.Calling function
Expected:
nameOfFunction
() == function_colorYou can see in the picture that
nameOfFunction()
has white color.Thank you very much for reading this!
The text was updated successfully, but these errors were encountered: