tree-sitter-make
tree-sitter-make copied to clipboard
Handling of ( and ) broken
Given the following input:
OK = hello
OK = $(shell echo 'hello world')
BAD = $(shell echo 'hello (world)')
I get the following highlighting:
This doesn't appear consistent and probably results from some misinterpretation of the (
and )
characters.