We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The color of variables imported in typescript code is different from vscode
Same color
vim
gvim
neovim
TERM
The text was updated successfully, but these errors were encountered:
This is fairly normal. VsCode uses (AFAIK) tree-sitter for syntax highlighting. Some LSPs can also do highlighting.
Vim has a fairly complex syntax system, and it isn't perfect.
Dracula as a colorscheme does not attempt to improve any of the syntax files.
So, your options are:
References: #263, #254, #250, #214, etc
Sorry, something went wrong.
No branches or pull requests
What happened
The color of variables imported in typescript code is different from vscode
What I expected to happen
Same color
Screenshot
Machine Info
vim
/gvim
/neovim
): neovimTERM
environment variable: xterm-kittyAdditional Info
The text was updated successfully, but these errors were encountered: