Commit graph

4 commits

Author SHA1 Message Date
Pham Huy Hoang
78b54eb7f6 chore(injections)!: update injection syntax to 0.9
Since 0.9, @lang syntax is still available as fallback but will soon be deprecated.
Because of that, new syntax should be adopted once 0.9 becomes the
baseline requirements for nvim-treesitter

- update health check
- update doc
2023-08-12 17:34:15 +02:00
ObserverOfTime
65a4394a56 injections(lalrpop): add rust & regex 2022-11-26 13:17:51 +02:00
ObserverOfTime
f8c848801a highlights(lalrpop): fix captures 2022-11-26 13:17:51 +02:00
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