aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/parsers_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* chore!: remove ensure_installed='maintained'Christian Clason2022-04-301-46/+0
| | | | | | | | 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).
* feat: add "experimental" key to parsersCezary Drożak2021-10-071-0/+46
feat(ci): mark parsers as experimental in README