mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(php): adjust to parser refactor
This commit is contained in:
parent
5032f9952a
commit
f6483d1194
2 changed files with 2 additions and 1 deletions
|
|
@ -444,7 +444,7 @@
|
|||
"revision": "655632fa7f9174acbdbf1ad2abdac90ad3aa57a1"
|
||||
},
|
||||
"php": {
|
||||
"revision": "594b8bad093abe739c3d2a2cae5abae33c5fb23d"
|
||||
"revision": "2f791d9d83c35b11e9a14daf9a58dd7e23566041"
|
||||
},
|
||||
"phpdoc": {
|
||||
"revision": "915a527d5aafa81b31acf67fab31b0ac6b6319c0"
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue