mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
feat: add lalrpop parser (#2524)
LALRPOP is a parser generator for Rust. This only parses the LALRPOP side of the generator, not the nearly-rust code of the actions.
This commit is contained in:
parent
6e7c8c4fed
commit
ca64d8b028
4 changed files with 72 additions and 0 deletions
|
|
@ -920,6 +920,15 @@ list.vala = {
|
|||
maintainers = { "@matbme" },
|
||||
}
|
||||
|
||||
list.lalrpop = {
|
||||
install_info = {
|
||||
url = "https://github.com/traxys/tree-sitter-lalrpop",
|
||||
branch = "master",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@traxys" },
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list,
|
||||
filetype_to_parsername = filetype_to_parsername,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue