mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -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
|
|
@ -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