mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
Add support for menhir (OCaml parser generator)
This commit is contained in:
parent
1a563fc689
commit
82036f8db8
4 changed files with 42 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue