-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Tree-Sitter function color #97
Comments
Please share a example code. This is important to investigate the issue. |
Faced the same issue with the tree-sitter. |
Hi, I'm interested in and took a quick look on this issue (with the help of To avoid that problem, I am currently using a bit opinionated fork of mine that highlights types/classes in green and function/method definitions in orange. |
Environment:
:version
): Neovim 0.6If you have a trouble with coloration and are using Vim/Neovim with terminal:
:set termguicolors
)With Tree-Sitter the class, function etc. declarations are not in orange.
The text was updated successfully, but these errors were encountered: