tree-sitter-make
tree-sitter-make copied to clipboard
nested function calls do not highlight correctly
example:
FOO=$(foreach bar,$(BARS), $(foreach baz,$(BAZS),foo-$(bar)-$(baz)))