nvim-treesitter-context
nvim-treesitter-context copied to clipboard
Show matching paren highlights in the floating window
Hi folks! Currently the MatchParen
highlight is not applied in the floating window. I'm happy to open a PR if anyone has any guidance as to how this might be possible.
Unlikely to happen, we'd need a hook into matchparen. Besides, with the latest PR:s, I think we don't even show the parenthesises anymore.
Wouldn't be easy to implement, but should be possible with searchpair
/ searchpairpos
Given the level of complexity, I think we will pass on this.