Update build script for bash parser no longer using C++

pull/559/head
Wilfred Hughes 2023-08-18 22:44:44 +07:00
parent 3f042da6bf
commit ad17f28613
1 changed files with 1 additions and 1 deletions

@ -98,7 +98,7 @@ fn main() {
TreeSitterParser {
name: "tree-sitter-bash",
src_dir: "vendored_parsers/tree-sitter-bash-src",
extra_files: vec!["scanner.cc"],
extra_files: vec!["scanner.c"],
},
TreeSitterParser {
name: "tree-sitter-c",