We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hey,
coming here from denoland/deno#12217 (comment)
It might be helpful to have rust bindings.
You might be able to more or less copy my work from tree-sitter-elm https://github.com/elm-tooling/tree-sitter-elm/blob/main/.github/workflows/publish.yml https://github.com/elm-tooling/tree-sitter-elm/blob/main/Cargo.toml
You'll also need to update tree-sitter, as the latest version is able to automatically create the needed rust bindings.
The text was updated successfully, but these errors were encountered:
I've working on generating rust bindings for yaml grammar here. The cargo build and test is just passed. :)
build
test
Sorry, something went wrong.
No branches or pull requests
Hey,
coming here from denoland/deno#12217 (comment)
It might be helpful to have rust bindings.
You might be able to more or less copy my work from tree-sitter-elm
https://github.com/elm-tooling/tree-sitter-elm/blob/main/.github/workflows/publish.yml
https://github.com/elm-tooling/tree-sitter-elm/blob/main/Cargo.toml
You'll also need to update tree-sitter, as the latest version is able to automatically create the needed rust bindings.
The text was updated successfully, but these errors were encountered: