aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lockfile.json2
-rw-r--r--lua/nvim-treesitter/parsers.lua1
2 files changed, 2 insertions, 1 deletions
diff --git a/lockfile.json b/lockfile.json
index 580774b36..cdea75243 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -444,7 +444,7 @@
"revision": "655632fa7f9174acbdbf1ad2abdac90ad3aa57a1"
},
"php": {
- "revision": "594b8bad093abe739c3d2a2cae5abae33c5fb23d"
+ "revision": "2f791d9d83c35b11e9a14daf9a58dd7e23566041"
},
"phpdoc": {
"revision": "915a527d5aafa81b31acf67fab31b0ac6b6319c0"
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 2ad741f3f..bfadf5239 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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" },