fix(scripts): sort list of updated parsers

This commit is contained in:
Christian Clason
2025-06-29 11:34:46 +02:00
committed by Christian Clason
parent 7110df63e1
commit 2e8f8562e6

View File

@@ -83,6 +83,7 @@ if #updates > 0 then
end
util.write_file('lua/nvim-treesitter/parsers.lua', parser_file)
table.sort(updates)
local update_list = table.concat(updates, ', ')
print(string.format('\nUpdated parsers: %s', update_list))
-- pass list to workflow