Update ocaml

This commit is contained in:
Stephan Seitz 2021-03-15 20:43:57 +01:00 committed by Kiyan
parent 503afb1109
commit ec30cf1641
2 changed files with 3 additions and 6 deletions

View file

@ -203,7 +203,6 @@ list.ocaml = {
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
files = { "src/parser.c", "src/scanner.cc" },
location = "tree-sitter-ocaml/ocaml",
requires_generate_from_grammar = true,
},
maintainers = {'@undu'},
}
@ -213,7 +212,6 @@ list.ocaml_interface = {
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
files = { "src/parser.c", "src/scanner.cc" },
location = "tree-sitter-ocaml_interface/interface",
requires_generate_from_grammar = true,
},
maintainers = {'@undu'},
filetype = 'ocamlinterface'
@ -223,7 +221,6 @@ list.ocamllex = {
install_info = {
url = "https://github.com/atom-ocaml/tree-sitter-ocamllex",
files = { "src/parser.c", "src/scanner.cc" },
requires_generate_from_grammar = true,
},
maintainers = {'@undu'},
}