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

Handling of ( and ) broken

Open cassava opened this issue 2 years ago • 0 comments

Given the following input:

OK = hello
OK = $(shell echo 'hello world')
BAD = $(shell echo 'hello (world)')

I get the following highlighting:

image

This doesn't appear consistent and probably results from some misinterpretation of the ( and ) characters.

cassava avatar Sep 21 '22 13:09 cassava