mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
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:
parent
143ca5ce17
commit
bb3dd60ebc
2 changed files with 11 additions and 11 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue