Bridgeconn / usfm-grammar

An elegant USFM parser.
https://usfmgrammar.vachanengine.org/
MIT License
36 stars 14 forks source link

Import error in usfm parser #238

Closed shimilgithub closed 3 months ago

shimilgithub commented 3 months ago

Unable to import usfm parser. Showing this error with usfm b5

MicrosoftTeams-image (17)

AnonymousWalker commented 3 months ago

Same issue on 3.0.0b5!

kavitharaju commented 3 months ago

Thanks @shimilgithub and @AnonymousWalker for reporting the issue.

The issue was due to tree-sitter version 0.22.0 and above not being supported. Our newest release usfm-grammar==3.0.0-beta.7 should help you out.