Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
|
11 meses atrás | |
|---|---|---|
| .. | ||
| README.md | 1 ano atrás | |
| gendoc.lua | 11 meses atrás | |
| json.lua | 2 anos atrás | |
README.md
Prerequisites
- lua-language-server
- a Lua interpreter version >= 5.2
Regenerating the Lua reference docs
- Invoke
lua-language-serverto parse our stubs, generating json output:
$ lua-language-server --doc=../../luals-stubs
- The output will include the path to the raw json data. This will be a path like '/home/jacqueline/Development/lua-language-server/log/doc.json'. Pipe this file to
gendoc.lua. The output will be quite long; consider piping to less for testing.
$ cat /home/jacqueline/Development/lua-language-server/log/doc.json | ./gendoc.lua | less
- If updating the public-facing docs on cooltech.zone, place the resulting output in 'content/tangara/docs/lua/reference.txt'.