tree-sitter/lib/language/README.md

5 lines
199 B
Markdown
Raw Normal View History

2024-12-10 20:03:42 -05: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.