Blend inactive region highlights with Treesitter in Neovim Nightly #1667
Closed
wroyca
started this conversation in
Show and tell
Replies: 2 comments
-
|
@wroyca, I moved this to "Show and tell" discussions, as adding this to 'mini.colors' (or any existing module, really) directly is a bit of stretch. Besides, |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Updated internally to resolve some long-standing redraw issues. That said, it's not really relevant to mini, so I'll go ahead and close this. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Contributing guidelines
Description
Inactive regions in Neovim use a solid color, often linked to
@comment, which obscure syntax details. With latest Treesitter performance optimizations, it's now possible to traverse syntax nodes in these regions and apply blended highlights without a noticeable performance impact:Example (naive and synchronous) implementation with clangd:
Beta Was this translation helpful? Give feedback.
All reactions