alemuller / tree-sitter-make

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling of ( and ) broken

cassava opened this issue · 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.