This PR adds some changes to fix parsing errors on externally defined methods. It also adds a test that fails before merging those changes and passes afterwards.
I am not sure if this is the best way to implement it since I do not really have much knowledge about parsers or tree-sitter, but at least I hope it can be useful.
Hi,
This PR adds some changes to fix parsing errors on externally defined methods. It also adds a test that fails before merging those changes and passes afterwards.
I am not sure if this is the best way to implement it since I do not really have much knowledge about parsers or tree-sitter, but at least I hope it can be useful.
Thanks!