Use workspace dependencies for tree-sitter grammars
This commit is contained in:
parent
2e2333107a
commit
2f2ef7c165
8 changed files with 77 additions and 74 deletions
|
@ -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(),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue