tree-sitter.tree-sitter/lib/language
Wilfred Hughes 90666c951d
Some checks failed
CI / sanitize (push) Failing after 14s
CI / build (push) Failing after 15s
Check Bindgen Output / check-bindgen (push) Has been cancelled
CI / checks (push) Has been cancelled
Fix typo in doc comment (#4022)
2024-12-19 22:49:54 -08:00
..
Cargo.toml build: configure clippy lints at the workspace level 2024-10-08 21:07:41 -04: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.