Add sourcehut ci
Add table functions
Update lua_api.md to 5.8.0
https://github.com/LuaLS/lua-language-server/wiki/Addons
templates/
. Write only types, not documentation strings.library/
with ./gen.tcl
. This will add documentation strings from lua_api.md
.lua-language-server --check library
.A few rules:
any
.lua_api.md
.@nodiscard
where applicable.lua_api.md
.git diff
and apply the changes to templates
.
Ignore updated docs, those will be regenerated in the next step.library
with ./gen.tcl
.