bot(lockfile): update c_sharp, glimmer, hyprlang, meson, mlir, ocaml, ocaml_interface, swift, v

adapt to ocaml grammar location change
This commit is contained in:
nvim-treesitter-bot[bot] 2024-03-17 06:36:20 +00:00
parent 143ca5ce17
commit bb3dd60ebc
2 changed files with 11 additions and 11 deletions

View file

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