feat(php): update php and php_only parsers to v0.24.0

This commit is contained in:
Caleb White 2025-06-16 22:29:40 -05:00 committed by Christian Clason
parent 13e3ce3bf4
commit 42ea539243
2 changed files with 11 additions and 10 deletions

View file

@ -1574,7 +1574,7 @@ return {
php = {
install_info = {
location = 'php',
revision = 'b2278dbac9d58b02653fe6a8530ccebc492e4ed4',
revision = '182f034cd19a2f41f751eee0d57378fbfc96ab3a',
url = 'https://github.com/tree-sitter/tree-sitter-php',
},
maintainers = { '@tk-shirasaka', '@calebdw' },
@ -1585,7 +1585,7 @@ return {
php_only = {
install_info = {
location = 'php_only',
revision = 'b2278dbac9d58b02653fe6a8530ccebc492e4ed4',
revision = '182f034cd19a2f41f751eee0d57378fbfc96ab3a',
url = 'https://github.com/tree-sitter/tree-sitter-php',
},
maintainers = { '@tk-shirasaka', '@calebdw' },