alemuller / tree-sitter-make

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nested function calls do not highlight correctly

classabbyamp opened this issue · comments

example:

FOO=$(foreach bar,$(BARS), $(foreach baz,$(BAZS),foo-$(bar)-$(baz)))