fix(ocaml): adapt to scanner rewrite

This commit is contained in:
Christian Clason 2023-07-09 11:11:30 +02:00
parent d9104a1d10
commit 62e29fc03e
2 changed files with 4 additions and 4 deletions

View file

@ -1045,7 +1045,7 @@ list.objc = {
list.ocaml = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
location = "ocaml",
},
maintainers = { "@undu" },
@ -1054,7 +1054,7 @@ list.ocaml = {
list.ocaml_interface = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
location = "interface",
},
filetype = "ocamlinterface",