mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
fix(scripts): sort list of updated parsers
This commit is contained in:
committed by
Christian Clason
parent
7110df63e1
commit
2e8f8562e6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user