summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantos Gallegos <stsewd@protonmail.com>2020-09-09 23:33:45 -0500
committerThomas Vigouroux <tomvig38@gmail.com>2020-09-10 09:15:18 +0200
commit9ec7e56fdad84d57d34cb8edfbbfcf64bb9bfda3 (patch)
tree2235c8e4621d2c86aa57e31101e79fb28c3683a0
parent39d5b97bc543227861f52eec276d1e9a62b1d8d6 (diff)
Ocaml: fix parser
Paths were changed https://github.com/tree-sitter/tree-sitter-ocaml/pull/41
-rw-r--r--lua/nvim-treesitter/parsers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 622995ce..d5aa6f1c 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -130,6 +130,7 @@ list.ocaml = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
files = { "src/parser.c", "src/scanner.cc" },
+ location = "tree-sitter-ocaml/ocaml"
},
maintainers = {'@undu'},
}