tree-sitter-grammars / tree-sitter-markdown

Markdown grammar for tree-sitter
MIT License
374 stars 45 forks source link

Standardization update #138

Closed ObserverOfTime closed 3 months ago

ObserverOfTime commented 3 months ago

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.

clason commented 3 months ago

@MDeiml

MDeiml commented 3 months ago

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
ObserverOfTime commented 3 months ago

You probably need to authorize crates on your account. See here.

MDeiml commented 3 months ago

I did, thanks!

Also thanks for this PR, it seems like it probably was a lot of work.

ObserverOfTime commented 3 months ago

Not really, just the multi-language part.

ObserverOfTime commented 3 months ago

especially all the new bindings (which are I guess just templates anyways?)

Yeah, with some modifications to include both languages.