mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(ocaml): adapt to scanner rewrite
This commit is contained in:
parent
d9104a1d10
commit
62e29fc03e
2 changed files with 4 additions and 4 deletions
|
|
@ -345,10 +345,10 @@
|
|||
"revision": "0612ff9874bf376db4ae92b9f46ddcd4bdec1342"
|
||||
},
|
||||
"ocaml": {
|
||||
"revision": "4e672f346fde683d506289bb191523c747205d7a"
|
||||
"revision": "7a61e11f8e44b4edee23adb15a187c9dd2beecef"
|
||||
},
|
||||
"ocaml_interface": {
|
||||
"revision": "4e672f346fde683d506289bb191523c747205d7a"
|
||||
"revision": "7a61e11f8e44b4edee23adb15a187c9dd2beecef"
|
||||
},
|
||||
"ocamllex": {
|
||||
"revision": "62118551bd9501b8253598b835cb4bef04b31e3d"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue