Skip to content

Conversation

@dcreager
Copy link
Contributor

This adds a Rust package for this language grammar. This makes it easier to use the Rust tree-sitter bindings with a statically known set of languages, since you can just list them as normal Rust dependencies, instead of having to embed the grammar and set up a build.rs file yourself.

This adds a Rust package for this language grammar.  This makes it
easier to use the Rust tree-sitter bindings with a statically known set
of languages, since you can just list them as normal Rust dependencies,
instead of having to embed the grammar and set up a build.rs file
yourself.
@dcreager dcreager requested a review from a team October 27, 2020 14:08
We're already exposing the grammar definition and metadata as static
strings.  Compared to that, the query files are tiny enough to include
too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants