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

Use new highlight groups introduced in neovim 0.8 #1

Closed
shawnohare opened this issue Nov 23, 2022 · 0 comments · Fixed by #2
Closed

Use new highlight groups introduced in neovim 0.8 #1

shawnohare opened this issue Nov 23, 2022 · 0 comments · Fixed by #2

Comments

@shawnohare
Copy link
Owner

Many of the old treesitter highlight grousp were renamed and should be changed. Confer nvim-treesitter/nvim-treesitter@42ab95d

shawnohare added a commit that referenced this issue Nov 23, 2022
Deprecate use of neovim 0.7.2

Replace neovim 0.7.2 treesitter highlight groups of the form `TS<X><Y>`
with the neovim 0.8 analogs of the form `@x.y`.

Implement the suggested lush method for defining these groups
as per rktjmp/lush.nvim#109

Fixes #1
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant