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

nested function calls do not highlight correctly

Open classabbyamp opened this issue 1 year ago • 0 comments

example:

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

classabbyamp avatar Apr 08 '23 22:04 classabbyamp