-
Notifications
You must be signed in to change notification settings - Fork 89
feat: update bindings #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: split_parser
Are you sure you want to change the base?
Conversation
Guess I'm gonna need some help with the rust bindings. |
@ObserverOfTime Would you be interested in looking at my approach? Here's the commit page. |
Would you mind submitting an issue upstream regarding this problem? tree-sitter-markdown/bindings/rust/parser.rs Lines 383 to 389 in 5c60e04
|
e01f152
to
139de1e
Compare
Sure, I can do that today. Btw, just FYI, the new options struct seems to be lacking a way for downstream users to construct it with non-default values. |
Co-Authored-By: Jamee Kim <[email protected]>
- Disable grammar generation step - Separate fuzz workflow from CI - Drop duplicate release workflow
Closes #157
Closes #179