Add support for menhir (OCaml parser generator)

This commit is contained in:
Martin Pépin 2022-09-01 19:36:23 +02:00 committed by Stephan Seitz
parent 1a563fc689
commit 82036f8db8
4 changed files with 42 additions and 0 deletions

View file

@ -471,6 +471,15 @@ list.ocamllex = {
maintainers = { "@undu" },
}
list.menhir = {
install_info = {
url = "https://github.com/Kerl13/tree-sitter-menhir",
files = { "src/parser.c", "src/scanner.cc" },
},
maintainers = { "@Kerl13" },
filetype = "menhir",
}
list.org = {
install_info = {
url = "https://github.com/milisims/tree-sitter-org",