From bb3dd60ebcf6f75f73f39c44724b4a426ece6b7b Mon Sep 17 00:00:00 2001 From: "nvim-treesitter-bot[bot]" <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 06:36:20 +0000 Subject: bot(lockfile): update c_sharp, glimmer, hyprlang, meson, mlir, ocaml, ocaml_interface, swift, v adapt to ocaml grammar location change --- lua/nvim-treesitter/parsers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index a365e219c..53d1b7d96 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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" }, -- cgit v1.2.3-70-g09d2