-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add support for annotations with grammar #165
Conversation
src/tree_sitter/alloc.h
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these files were created as part of just gen
:
$ tree-sitter --version
tree-sitter 0.22.6
Getting some issues with
|
There are probably some issues since you are on a much newer version of TS than the rest of this repo. Working on updating that in #166 |
Thanks for updating, could you rerun |
Thank you for the PR! |
Recent additions to just added
[annotations("with-arguments")]
:https://just.systems/man/en/chapter_35.html
https://just.systems/man/en/chapter_28.html
Fixes #164