tree-sitter.tree-sitter/lib/language/README.md
Amaan Qureshi cc2caecf7a
Some checks failed
CI / checks (push) Waiting to run
CI / sanitize (push) Failing after 12s
CI / build (push) Failing after 12s
build: tweak Cargo.tomls
2024-10-06 01:48:43 -04:00

5 lines
199 B
Markdown

# Tree-sitter Language
This crate provides a `LanguageFn` type for grammars to create `Language` instances from a parser,
without having to worry about the `tree-sitter` crate version not matching.