Add ebnf parser

This commit is contained in:
RubixDev 2022-10-02 18:12:30 +02:00 committed by Stephan Seitz
parent cffe9c28b8
commit 41a59591a5
2 changed files with 54 additions and 0 deletions

View file

@ -1331,6 +1331,17 @@ list.mermaid = {
experimental = true,
}
list.ebnf = {
install_info = {
url = "https://github.com/RubixDev/ebnf.git",
files = { "src/parser.c" },
location = "crates/tree-sitter-ebnf",
branch = "main",
},
maintainers = { "@RubixDev" },
experimental = true,
}
local M = {
list = list,
filetype_to_parsername = filetype_to_parsername,