mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(php): adapt to scanner rewrite
This commit is contained in:
parent
1897926700
commit
c3ad1fc21e
2 changed files with 2 additions and 2 deletions
|
|
@ -357,7 +357,7 @@
|
|||
"revision": "60aa138f9e1db15becad53070f4d5898b0e8a98c"
|
||||
},
|
||||
"php": {
|
||||
"revision": "a17c0caaf133f7bb37b3531dadcfd0879bea23f1"
|
||||
"revision": "d38adb26304d9b9d38e9a3b4aae0ec4b29bf9462"
|
||||
},
|
||||
"phpdoc": {
|
||||
"revision": "2d20f39476348c2682761ce7251914031a7c013f"
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue