fix(php): adjust to parser refactor

This commit is contained in:
Christian Clason 2024-01-07 12:14:46 +01:00
parent 5032f9952a
commit f6483d1194
2 changed files with 2 additions and 1 deletions

View file

@ -444,7 +444,7 @@
"revision": "655632fa7f9174acbdbf1ad2abdac90ad3aa57a1"
},
"php": {
"revision": "594b8bad093abe739c3d2a2cae5abae33c5fb23d"
"revision": "2f791d9d83c35b11e9a14daf9a58dd7e23566041"
},
"phpdoc": {
"revision": "915a527d5aafa81b31acf67fab31b0ac6b6319c0"

View file

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