fix(hack): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-06-25 03:43:47 -04:00
parent 20a6c66b76
commit c667877ab5
2 changed files with 2 additions and 2 deletions

View file

@ -614,7 +614,7 @@ list.graphql = {
list.hack = {
install_info = {
url = "https://github.com/slackhq/tree-sitter-hack",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
}