tree-sitter-python
tree-sitter-python copied to clipboard
fix: escape the ‘#’ in Makefile
Compile using Makefile emit error:
Makefile:41: *** unterminated call to function 'shell': missing ')'. Stop
It looks like the '#' and its following content are parsed into a comment. Escape it works good.