mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
feat(phpdoc): Remove requires_generate_from_grammar
This commit is contained in:
parent
addc129a4f
commit
e53950f646
1 changed files with 0 additions and 2 deletions
|
|
@ -777,8 +777,6 @@ list.phpdoc = {
|
|||
install_info = {
|
||||
url = "https://github.com/claytonrcarter/tree-sitter-phpdoc",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
-- parser.c in the repo still based on TS 0.17 due to other dependencies
|
||||
requires_generate_from_grammar = true,
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
maintainers = { "@mikehaertl" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue