folke / twilight.nvim

🌅 Twilight is a Lua plugin for Neovim 0.5 that dims inactive portions of the code you're editing using TreeSitter.
Apache License 2.0
1.24k stars 21 forks source link

[Feature request] Highlight the whole parent block #13

Closed hood closed 3 years ago

hood commented 3 years ago

As the title says, it'd be cool to be able to get this plugin to ighlight the whole parent block entirely, instead of highliting the current code block from its start to the current line.

denstiny commented 2 years ago

Hi, this is also what I want