fix(php): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-06-20 20:17:57 -04:00 committed by Christian Clason
parent 1897926700
commit c3ad1fc21e
2 changed files with 2 additions and 2 deletions

View file

@ -1077,7 +1077,7 @@ list.perl = {
list.php = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-php",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@tk-shirasaka" },
}