summaryrefslogtreecommitdiff
path: root/tests/unit/parsers_spec.lua
AgeCommit message (Collapse)Author
2022-04-30chore!: remove ensure_installed='maintained'Christian Clason
Removes all support (and tests) for the parser category "maintained", as this is no longer a useful category. BREAKING CHANGE: replace `ensure_installed='maintained'` by an explicit list of parsers, or use `'all'` (not recommended).
2021-10-07feat: add "experimental" key to parsersCezary Drożak
feat(ci): mark parsers as experimental in README