aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authornvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2024-03-17 06:36:20 +0000
committernvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com>2024-03-17 11:11:05 +0000
commitbb3dd60ebcf6f75f73f39c44724b4a426ece6b7b (patch)
treebf19c8b82b194dc582ea671cb49a95cc34b14f56 /lua
parentfeat(php): improve indents in return statements & chained methods (diff)
downloadnvim-treesitter-bb3dd60ebcf6f75f73f39c44724b4a426ece6b7b.tar
nvim-treesitter-bb3dd60ebcf6f75f73f39c44724b4a426ece6b7b.tar.gz
nvim-treesitter-bb3dd60ebcf6f75f73f39c44724b4a426ece6b7b.tar.bz2
nvim-treesitter-bb3dd60ebcf6f75f73f39c44724b4a426ece6b7b.tar.lz
nvim-treesitter-bb3dd60ebcf6f75f73f39c44724b4a426ece6b7b.tar.xz
nvim-treesitter-bb3dd60ebcf6f75f73f39c44724b4a426ece6b7b.tar.zst
nvim-treesitter-bb3dd60ebcf6f75f73f39c44724b4a426ece6b7b.zip
bot(lockfile): update c_sharp, glimmer, hyprlang, meson, mlir, ocaml, ocaml_interface, swift, v
adapt to ocaml grammar location change
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua4
1 files changed, 2 insertions, 2 deletions
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" },