Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color highlighting problem: FRONTEND #429

Open
Oleg-Rudko opened this issue Jul 12, 2022 · 0 comments
Open

Color highlighting problem: FRONTEND #429

Oleg-Rudko opened this issue Jul 12, 2022 · 0 comments

Comments

@Oleg-Rudko
Copy link

I want to say thank you right away, and maybe I'm not addressing it in the right place.

I'm using:

  • nvim version 0.7.0
  • This is my .vimrc
  • macos
  • iterm2

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant