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
On the left is emacs. On the right is neovim.
Neovim treesitter colors look correct. Emacs treesitter colors look wrong.
In particular, the dark blue color in emacs decreases readability significantly. Neovim colors are very readable.
Both emacs and neovim use gruvbox color theme.
The text was updated successfully, but these errors were encountered:
For reference, the queries for highlighting on the lastet commits for tree-sitter-langs and nvim-treesitter are currently:
From a brief examination, though there are similarities between the files, I do see differences.
Not sure what "wrong" and "correct" mean here. May be it's possible to be more specific using terms from the aforementioned files?
Sorry, something went wrong.
I use https://github.com/ellisonleao/gruvbox.nvim on neovim. It seems https://github.com/ellisonleao/gruvbox.nvim supports tree sitter.
I don't think emacs gruvbox theme explicitly supports tree sitter.
May be it's possible to be more specific using terms from the aforementioned files?
I don't understand those files.
Not sure what "wrong" and "correct" mean here.
Wrong means dark blue colors that decrease readability significantly to the point where I had to disable treesitter in haskell mode.
Right means bright colors that increase readability on neovim.
No branches or pull requests
On the left is emacs. On the right is neovim.
Neovim treesitter colors look correct. Emacs treesitter colors look wrong.
In particular, the dark blue color in emacs decreases readability significantly. Neovim colors are very readable.
Both emacs and neovim use gruvbox color theme.
The text was updated successfully, but these errors were encountered: