mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| language.rs | ||
| README.md | ||
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.