-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Ruby syntax highlighting with tree sitter looks wrong #215
Comments
problem in #214 |
temporarily downgrade treesitter to nvim-treesitter/nvim-treesitter@4cccb6f in packer: use {
"nvim-treesitter/nvim-treesitter",
+ commit = "4cccb6f494eb255b32a290d37c35ca12584c74d0",
run = function()
require("nvim-treesitter.install").update { with_sync = true }
end,
} |
I have patched the updated tree-sitter highlight group to upstream #222, and I am closing this issue. If the issue persists, please reopen it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey folks 👋
I'm using the color scheme with a ruby code and looks like some parts of the code are not getting highlighted when using tree sitter
See that
:name
didn't get highlighted 🤔when not using tree sitter, it get highlighted as well
I think it maybe something on the theme because using other colorscheme works
any idea why this happen?
Thanks
The text was updated successfully, but these errors were encountered: