Skip to content

fix: plugin creates cleared NONE highlight group#665

Open
arkriny wants to merge 1 commit into
nvim-treesitter:masterfrom
arkriny:fix/bottom-hl
Open

fix: plugin creates cleared NONE highlight group#665
arkriny wants to merge 1 commit into
nvim-treesitter:masterfrom
arkriny:fix/bottom-hl

Conversation

@arkriny

@arkriny arkriny commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

Problem:
TreesitterContextBottom links to the non-existent NONE hl-group, which caused it to be created.

Solution:
Define TreesitterContextBottom as a cleared highlight group directly, avoiding creation of NONE hl-group. Update README and doc accordingly.

Problem:
`TreesitterContextBottom` links to the non-existent `NONE` hl-group,
which caused it to be created.

Solution:
Define `TreesitterContextBottom` as a cleared highlight group directly,
avoiding creation of `NONE` hl-group. Update README and doc accordingly.
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 this pull request may close these issues.

1 participant