mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
Add ebnf parser
This commit is contained in:
parent
cffe9c28b8
commit
41a59591a5
2 changed files with 54 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue