Tree-sitter: Bump to 0.22.6

This commit is contained in:
Tom Hvitved
2024-05-13 13:41:30 +02:00
parent 9d21e2cda3
commit bf2ae9890f
17 changed files with 192 additions and 171 deletions

View File

@@ -150,7 +150,7 @@ fn location_label(
/// Extracts the source file at `path`, which is assumed to be canonicalized.
pub fn extract(
language: Language,
language: &Language,
language_prefix: &str,
schema: &NodeTypeMap,
diagnostics_writer: &mut diagnostics::LogWriter,

View File

@@ -137,7 +137,7 @@ impl Extractor {
let lang = &self.languages[i];
crate::extractor::extract(
lang.ts_language,
&lang.ts_language,
lang.prefix,
&schemas[i],
&mut diagnostics_writer,