mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(scripts): sort list of updated parsers
This commit is contained in:
parent
7110df63e1
commit
2e8f8562e6
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ if #updates > 0 then
|
||||||
end
|
end
|
||||||
util.write_file('lua/nvim-treesitter/parsers.lua', parser_file)
|
util.write_file('lua/nvim-treesitter/parsers.lua', parser_file)
|
||||||
|
|
||||||
|
table.sort(updates)
|
||||||
local update_list = table.concat(updates, ', ')
|
local update_list = table.concat(updates, ', ')
|
||||||
print(string.format('\nUpdated parsers: %s', update_list))
|
print(string.format('\nUpdated parsers: %s', update_list))
|
||||||
-- pass list to workflow
|
-- pass list to workflow
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue