From a9f34d5a768b2afcece98ba31345602a71f42fcb Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 9 Feb 2025 13:19:34 +0100 Subject: 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 --- scripts/update-parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/update-parsers.lua b/scripts/update-parsers.lua index ec1308d77..83f54e9da 100755 --- a/scripts/update-parsers.lua +++ b/scripts/update-parsers.lua @@ -8,7 +8,7 @@ local updates = {} ---@type string[] -- check for new revisions for k, p in pairs(parsers) do - if p.tier < 5 and p.install_info then + if p.tier <= 2 and p.install_info then print('Updating ' .. k) jobs[k] = vim.system({ 'git', 'ls-remote', p.install_info.url }) end -- cgit v1.2.3-70-g09d2