You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the custom scanner for this grammar uses functions that aren't in Tree-sitter's main exports.json file, which means you get an error when trying to parse with a dynamically loaded wasm module (see tree-sitter/tree-sitter#949).
When I was last looking into this Max hadn't decided on an approach to fixing it so might be a good idea to include a note in the readme that it needs a workaround for now.
The text was updated successfully, but these errors were encountered:
I think the custom scanner for this grammar uses functions that aren't in Tree-sitter's main exports.json file, which means you get an error when trying to parse with a dynamically loaded wasm module (see tree-sitter/tree-sitter#949).
I've outlined a workaround here - https://edita.vercel.app/blog/tree-sitter-howto/
When I was last looking into this Max hadn't decided on an approach to fixing it so might be a good idea to include a note in the readme that it needs a workaround for now.
The text was updated successfully, but these errors were encountered: