ci: fix minor issues

This commit is contained in:
Amaan Qureshi 2024-12-10 20:03:42 -05:00
parent b79f31da80
commit ede1960eef
No known key found for this signature in database
GPG key ID: E67890ADC4227273
5 changed files with 12 additions and 4 deletions

4
lib/language/README.md Normal file
View file

@ -0,0 +1,4 @@
# 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.