nvim-treesitter/queries/lalrpop/locals.scm
traxys ca64d8b028
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.
2022-02-13 16:18:41 +00:00

5 lines
110 B
Scheme

(nonterminal_name
(macro_id) @definition.function)
(nonterminal_name
(identifier) @definition.function)