fix(fidl): remove requires_generate_from_grammar

This commit is contained in:
chaopeng 2024-02-23 09:36:14 -05:00 committed by Christian Clason
parent f148c8a766
commit e159a531e5
2 changed files with 1 additions and 2 deletions

View file

@ -539,7 +539,6 @@ list.fidl = {
install_info = {
url = "https://github.com/google/tree-sitter-fidl",
files = { "src/parser.c" },
requires_generate_from_grammar = true,
},
maintainers = { "@chaopeng" },
}