mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
Ocaml: fix parser
Paths were changed https://github.com/tree-sitter/tree-sitter-ocaml/pull/41
This commit is contained in:
parent
39d5b97bc5
commit
9ec7e56fda
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ list.ocaml = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
|
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
|
location = "tree-sitter-ocaml/ocaml"
|
||||||
},
|
},
|
||||||
maintainers = {'@undu'},
|
maintainers = {'@undu'},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue