elm-tooling / tree-sitter-elm

Tree sitter implementation for elm
https://elm-tooling.github.io/tree-sitter-elm/
MIT License
74 stars 12 forks source link

Skip scanning during error recovery #128

Closed the-mikedavis closed 2 years ago

the-mikedavis commented 2 years ago

Fixes #126

It looks like v0.20.8 of the CLI isn't published to npm but I can confirm with a local build of tree-sitter v0.20.8 that the tests pass without modification.

razzeee commented 2 years ago

Thank you, this indeed seems to only improve things.

In the long run we might want to handle error recovery nicer in some cases, but that's a future problem.