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

bug: `set_value` node covers more than the value

Open T-727 opened this issue 2 years ago • 0 comments

Problem

The set_value node covers later nodes, causing weird highlights for perfectly working expressions like this one:

(<CR> is parsed as part of the option's value) image

Same example with regex highlighting: image

T-727 avatar May 25 '23 21:05 T-727