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

@ -345,10 +345,10 @@
"revision": "0612ff9874bf376db4ae92b9f46ddcd4bdec1342" "revision": "0612ff9874bf376db4ae92b9f46ddcd4bdec1342"
}, },
"ocaml": { "ocaml": {
"revision": "4e672f346fde683d506289bb191523c747205d7a" "revision": "7a61e11f8e44b4edee23adb15a187c9dd2beecef"
}, },
"ocaml_interface": { "ocaml_interface": {
"revision": "4e672f346fde683d506289bb191523c747205d7a" "revision": "7a61e11f8e44b4edee23adb15a187c9dd2beecef"
}, },
"ocamllex": { "ocamllex": {
"revision": "62118551bd9501b8253598b835cb4bef04b31e3d" "revision": "62118551bd9501b8253598b835cb4bef04b31e3d"

View file

@ -1045,7 +1045,7 @@ list.objc = {
list.ocaml = { list.ocaml = {
install_info = { install_info = {
url = "https://github.com/tree-sitter/tree-sitter-ocaml", 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", location = "ocaml",
}, },
maintainers = { "@undu" }, maintainers = { "@undu" },
@ -1054,7 +1054,7 @@ list.ocaml = {
list.ocaml_interface = { list.ocaml_interface = {
install_info = { install_info = {
url = "https://github.com/tree-sitter/tree-sitter-ocaml", 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", location = "interface",
}, },
filetype = "ocamlinterface", filetype = "ocamlinterface",