diff --git a/lockfile.json b/lockfile.json index 1a1d42ed2..f837b8c24 100644 --- a/lockfile.json +++ b/lockfile.json @@ -357,7 +357,7 @@ "revision": "60aa138f9e1db15becad53070f4d5898b0e8a98c" }, "php": { - "revision": "a17c0caaf133f7bb37b3531dadcfd0879bea23f1" + "revision": "d38adb26304d9b9d38e9a3b4aae0ec4b29bf9462" }, "phpdoc": { "revision": "2d20f39476348c2682761ce7251914031a7c013f" diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 8321a91ab..2c2faea34 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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" }, }