Sort list of files used in generated table

This commit is contained in:
Reiner Herrmann 2017-09-29 18:41:39 +02:00
parent 4e42996d9a
commit cce65aa6d3
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ local function get_link(file, element)
end
local all_files = get_all_files("./lib/", "lua")
table.sort(all_files)
local beautiful_vars = {}