Use workspace dependencies for tree-sitter grammars

This commit is contained in:
Max Brunsfeld 2023-07-13 18:09:32 -07:00
parent 2e2333107a
commit 2f2ef7c165
8 changed files with 77 additions and 74 deletions

View file

@ -1791,7 +1791,7 @@ mod tests {
first_line_pattern: Some(Regex::new(r"\bnode\b").unwrap()),
..Default::default()
},
tree_sitter_javascript::language(),
tree_sitter_typescript::language_tsx(),
vec![],
|_| Default::default(),
);