-
Notifications
You must be signed in to change notification settings - Fork 55
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
final keyword syntax highlight should be different than type highlight #116
Comments
Which theme are you using because this might be cause by the theme you are using, which perhaps does not support dart yet |
I was using ayu at the time. |
So I guess you switched? |
it does work with my current theme, I am using horizon. But the highlighting part is done by treesitter as I am on development version of neovim. |
+1, class should have a unique color. 1 color for class, 1 color for function, 1 for string, white or default color for property. I don't care about the others. Currently keywords like I rather have all other keywords have the same color than the class color mixed with some keywords. |
I'm getting the same syntax coloration as @imambungo using base16-tomorrow-night. Thanks @Chaitanyabsprip for the tip, I uninstalled dart-vim-plugin to use coc-flutter with nvim-treesitter, and it looks better. |
The text was updated successfully, but these errors were encountered: