tree-sitter/lib/language/README.md
2024-10-06 01:48:43 -04:00

4 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.