From ca64d8b028de11489bd9aebe1019af372e3f2879 Mon Sep 17 00:00:00 2001 From: traxys Date: Sun, 13 Feb 2022 17:18:41 +0100 Subject: 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. --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 74c7c86e6..6bd316d65 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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, -- cgit v1.2.3-70-g09d2