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

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