mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(parsers): rework tiers
* stable: updates follow semver releases (todo) * unstable: updates follow HEAD (default) * unmaintained: no automatic updates * unsupported: no updates, cannot be installed
This commit is contained in:
parent
188bbf7a09
commit
a9f34d5a76
9 changed files with 569 additions and 571 deletions
2
TODO.md
2
TODO.md
|
|
@ -6,7 +6,7 @@ This document lists the planned and finished changes in this rewrite towards [Nv
|
|||
|
||||
- [ ] **`parsers.lua`:** allow specifying version in addition to commit hash (for Tier 1)
|
||||
- [ ] **`parsers.lua`:** add WASM support (tier 1)
|
||||
- [ ] **`parsers.lua`:** update tiers (stable, dev, unmaintained, broken)
|
||||
- [ ] **`install.lua`:** migrate to async v2
|
||||
- [ ] **tests:** fix, update (remove custom crate, plenary dependency)
|
||||
- [ ] **documentation:** consolidate, autogenerate?
|
||||
- [ ] **documentation:** migration guide
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue