ikatyang / tree-sitter-yaml

YAML grammar for tree-sitter
https://ikatyang.github.io/tree-sitter-yaml/
MIT License
94 stars 38 forks source link

No smart error recovery with `web-tree-sitter@0.20.8` #50

Open char0n opened 1 year ago

char0n commented 1 year ago

When using tree-sitter-cli@0.20.8 to build the WASM file and using this WASM file with web-tree-sitter@0.20.8 results in missing error recovery feature.

Reported at tree-sitter repo as well: https://github.com/tree-sitter/tree-sitter/issues/2339