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

@ -357,7 +357,7 @@
"revision": "60aa138f9e1db15becad53070f4d5898b0e8a98c"
},
"php": {
"revision": "a17c0caaf133f7bb37b3531dadcfd0879bea23f1"
"revision": "d38adb26304d9b9d38e9a3b4aae0ec4b29bf9462"
},
"phpdoc": {
"revision": "2d20f39476348c2682761ce7251914031a7c013f"

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" },
}