chore(erlang): don't generate parser from grammar

This commit is contained in:
Thomas Vigouroux 2021-05-07 17:15:13 +02:00 committed by Stephan Seitz
parent 9370a5ba61
commit 0704c73595

View file

@ -216,7 +216,6 @@ list.erlang = {
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
files = { "src/parser.c" },
branch = "main",
requires_generate_from_grammar = true,
},
maintainers = { '@ostera' },
}