aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-06-08 13:25:31 +0200
committerChristian Clason <c.clason@uni-graz.at>2025-05-12 18:43:40 +0200
commitf0a984347c0e9c1e6efc493bbfb9b062041a9855 (patch)
tree16c918a2579c135a77ff06d85c5b679fc0d87f58 /TODO.md
parentrefactor: use vim.system (#4923) (diff)
downloadnvim-treesitter-f0a984347c0e9c1e6efc493bbfb9b062041a9855.tar
nvim-treesitter-f0a984347c0e9c1e6efc493bbfb9b062041a9855.tar.gz
nvim-treesitter-f0a984347c0e9c1e6efc493bbfb9b062041a9855.tar.bz2
nvim-treesitter-f0a984347c0e9c1e6efc493bbfb9b062041a9855.tar.lz
nvim-treesitter-f0a984347c0e9c1e6efc493bbfb9b062041a9855.tar.xz
nvim-treesitter-f0a984347c0e9c1e6efc493bbfb9b062041a9855.tar.zst
nvim-treesitter-f0a984347c0e9c1e6efc493bbfb9b062041a9855.zip
feat!: drop makefile support, norg parser
Norg install_info and queries are maintained by neorg. All other parsers are compatible with C++11, so fix that as standard. (Can be bumped if all supported platforms support C++14.) Remove Makefile support, as it's no longer needed.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index fbca7f499..bf817fc4b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -7,7 +7,6 @@ This document lists the planned and finished changes in this rewrite towards [Nv
- [ ] **`query_predicates.lua`:** upstream/remove
- [ ] **`parsers.lua`:** assign tiers
- [ ] **`parsers.lua`:** modularize?
-- [ ] **`install.lua`:** drop norg (and makefile); document c++11 requirement
- [ ] **`locals.lua`:** move to `nvim-treesitter-refactor`?
- [ ] **update-lockfile:** allow specifying version in addition to commit hash (for Tier 1)
- [ ] **update-lockfile:** one commit per parser/tier?