Ocaml: fix parser

Paths were changed https://github.com/tree-sitter/tree-sitter-ocaml/pull/41
This commit is contained in:
Santos Gallegos 2020-09-09 23:33:45 -05:00 committed by Thomas Vigouroux
parent 39d5b97bc5
commit 9ec7e56fda

View file

@ -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'},
}