Add requires_generate_from_grammar

This commit is contained in:
Daniel Kempkens 2021-05-15 00:14:36 +02:00 committed by Stephan Seitz
parent 616d459860
commit 9f0f594ab8

View file

@ -242,6 +242,7 @@ list.elixir = {
install_info = {
url = "https://github.com/ananthakumaran/tree-sitter-elixir",
files = { "src/parser.c", "src/scanner.cc" },
requires_generate_from_grammar = true,
},
maintainers = { '@nifoc' },
}