diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-03-17 06:36:20 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2024-03-17 11:11:05 +0000 |
| commit | bb3dd60ebcf6f75f73f39c44724b4a426ece6b7b (patch) | |
| tree | bf19c8b82b194dc582ea671cb49a95cc34b14f56 /lua | |
| parent | feat(php): improve indents in return statements & chained methods (diff) | |
| download | nvim-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.lua | 4 |
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" }, |
