-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
chore: update tree-sitter-rust to v0.21.0 #10365
chore: update tree-sitter-rust to v0.21.0 #10365
Conversation
Doc comments are now also finally exposed as a query tree-sitter/tree-sitter-rust@v0.20.3...v0.21.0#diff-d485a982e458ef8da2cc203585065b7542665cb80b78d230b1e8f77ea25825d4 |
Hmm my bad, I checked for open PRs related tree-sitter-rust and didn't realize that #9695 draft was related. I will fix the test cases. |
We can probably just merge #9695. |
Yeah this is pretty much covered by #9695 if you prefer to close this one and wait/merge the other. |
The problem mentioned there regarding combined I jects is quite noticeable unfortunately and I looked into it, a fix is not trivial |
Updating the grammar is a kind of side quest for #9695 anyways, I'd be happy to rebase on this change and get any fixes in the newer version on master faster |
* chore: update tree-sitter-rust to 0.21.0 * fix: pretty print and textobject tests
* chore: update tree-sitter-rust to 0.21.0 * fix: pretty print and textobject tests
* chore: update tree-sitter-rust to 0.21.0 * fix: pretty print and textobject tests
* chore: update tree-sitter-rust to 0.21.0 * fix: pretty print and textobject tests
* chore: update tree-sitter-rust to 0.21.0 * fix: pretty print and textobject tests
Updates tree-sitter-rust to v0.21.0. There were a number of changes since 0.20.3 (diff). The only breaking change (commit) that I found was renaming
loop_label
node tolabel
, which is addressed in thehighlights.scm
file. I haven't experienced any regressions, but it would be great if other people could try it out too before merging.