fix(bash): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-06-29 10:17:58 -04:00 committed by Christian Clason
parent 4c3912dfa8
commit 8d2eb35c5b
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ list.awk = {
list.bash = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-bash",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
filetype = "sh",
maintainers = { "@TravonteD" },