morhetz / gruvbox

Retro groove color scheme for Vim
13.43k stars 1.1k forks source link

Color highlighting problem: FRONTEND #429

Open Oleg-Rudko opened 1 year ago

Oleg-Rudko commented 1 year ago

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_color You can see in the picture that newVariable has a white color-like text.

image

Types

Expected: newType == type_color You can see in the picture that newType has a white color-like text.

image

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

image

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.

image

Renaming Destructuring

Expected: variableName == key_color, nameOfVariable == variable_color, newVariableName == variable_color You can see in the picture that newVariableName has white color.

image

Function ES version

Expected: nameOfFunction == function_color You can see in the picture that nameOfFunction is a function but it's just white color.

image

Calling function

Expected: nameOfFunction() == function_color You can see in the picture that nameOfFunction() has white color.

image

Thank you very much for reading this!