tree-sitter-nu icon indicating copy to clipboard operation
tree-sitter-nu copied to clipboard

Wrong highlighting in if else statement.

Open CabalCrow opened this issue 9 months ago • 3 comments

Treesitter highlighting fails when else flag is missing a closure else $statement.

Look at the let keywords below. Example without closure: image Example with closure: image

Tested in neovim.

CabalCrow avatar May 22 '24 14:05 CabalCrow