Closed ObserverOfTime closed 8 months ago
@MDeiml
This PR updates the repository to use the new bindings and standard workflows.
I've invited you to the crates team in the org in order to automate the publication. After accepting the invitation, you should add the org as an owner:
cargo owner --add "github:tree-sitter-grammars:crates"
I've bumped the version to 0.2.0 and will tag it once the PR has been tested and merged.
I get the following error message
Updating crates.io index
error: failed to invite owners to crate `tree-sitter-md` on registry at https://crates.io
Caused by:
the remote server responded with an error (status 400 Bad Request): could not find the github team tree-sitter-grammars/crates
You probably need to authorize crates on your account. See here.
I did, thanks!
Also thanks for this PR, it seems like it probably was a lot of work.
Not really, just the multi-language part.
especially all the new bindings (which are I guess just templates anyways?)
Yeah, with some modifications to include both languages.
This PR updates the repository to use the new bindings and standard workflows.
I've invited you to the crates team in the org in order to automate the publication. After accepting the invitation, you should add the org as an owner:
I've bumped the version to 0.2.0 and will tag it once the PR has been tested and merged.