Add ocamllex to needs_generate

This commit is contained in:
Stephan Seitz 2021-03-07 18:43:21 +01:00 committed by Kiyan
parent 3cc57cd3fa
commit f134df49e9

View file

@ -226,6 +226,7 @@ list.ocamllex = {
install_info = {
url = "https://github.com/atom-ocaml/tree-sitter-ocamllex",
files = { "src/parser.c", "src/scanner.cc" },
requires_generate_from_grammar = true,
},
maintainers = {'@undu'},
}