nvim-treesitter-context icon indicating copy to clipboard operation
nvim-treesitter-context copied to clipboard

Show matching paren highlights in the floating window

Open yogeshdhamija opened this issue 2 years ago • 2 comments

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.

yogeshdhamija avatar Jun 15 '22 16:06 yogeshdhamija

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.

romgrk avatar Jun 15 '22 17:06 romgrk

Wouldn't be easy to implement, but should be possible with searchpair / searchpairpos

lewis6991 avatar Jun 15 '22 18:06 lewis6991

Given the level of complexity, I think we will pass on this.

lewis6991 avatar Nov 22 '22 16:11 lewis6991