mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -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
|
|
@ -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