Skip to content
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

Recent treesitter updates broke some things #1

Open
nocksock opened this issue Oct 18, 2022 · 0 comments
Open

Recent treesitter updates broke some things #1

nocksock opened this issue Oct 18, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nocksock
Copy link
Owner

nvim 0.8 gives some basic highlight groups like @function which made the TS* highlight groups obsolete and got removed recently - which breaks a bunch of existing themes that use those groups, including this one.

There's a workaround to make broken themes work for the time being: nvim-treesitter/nvim-treesitter@42ab95d#commitcomment-87014462

Also lush.nvim also introduced a way to define these groups: rktjmp/lush.nvim#109

I will look into fixing it this evening, hopefully.

@nocksock nocksock self-assigned this Oct 18, 2022
@nocksock nocksock added the bug Something isn't working label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant