fix(ocamllex): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-07-10 02:58:16 -04:00 committed by Christian Clason
parent 572a15f171
commit d2f2aa8a2f
2 changed files with 2 additions and 2 deletions

View file

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