tree-sitter.tree-sitter/lib/language
Max Brunsfeld b26b7f8d62
Some checks failed
CI / sanitize (push) Failing after 11s
CI / build (push) Failing after 14s
CI / checks (push) Has been cancelled
Decrease the MSRV for the tree-sitter-language crate (#4221)
2025-02-17 18:52:57 -08:00
..
Cargo.toml Decrease the MSRV for the tree-sitter-language crate (#4221) 2025-02-17 18:52:57 -08:00
language.rs Fix typo in doc comment (#4022) 2024-12-19 22:49:54 -08:00
README.md build: tweak Cargo.tomls 2024-10-06 01:48:43 -04:00

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.