Alexandre A. Muller
Alexandre A. Muller
I tried to reduce the number of states on the parser reusing some similar rules. Back when I wrote the parser, tree-sitter had a limitation on the number of rules....
@SethGower, you can find me at [#neovim at matrix](https://app.element.io/#/room/#neovim:matrix.org).
Hi, @guy4261. Thanks for the issue (and sorry for taking so long for reply). Makefile syntax ins't suitable for tree-sitter. The directives (such if-then-else) in make are similar to preprocessor...
This works with the grammar on the master branch. The parsing of arguments was one of the reasons I made the rewrite.