feat(phpdoc): Remove requires_generate_from_grammar

This commit is contained in:
Michael Härtl 2022-10-16 09:05:19 +02:00 committed by Christian Clason
parent addc129a4f
commit e53950f646

View file

@ -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" },