mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-15 18:06:20 -04:00
The language crate's version had to be bumped to 0.1.7 on the 0.26 release branch, so bump to 0.1.8 on master |
||
|---|---|---|
| .. | ||
| src | ||
| wasm | ||
| build.rs | ||
| Cargo.toml | ||
| LICENSE | ||
| 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.