Update Readme

This commit is contained in:
Daniel Mathiot
2021-08-23 11:35:33 +02:00
parent 2eb4f76cc9
commit ec2ce497a4

View File

@@ -71,11 +71,7 @@ require('neogen').setup {
languages = {
lua = {
template = {
{ nil, "- " }, -- First annotation line will be {default_comment}- (in lua ---)
{ "parameters", "- @param %s any" }, -- If matching parameters, will ouput --- @param {param} any
{ "vararg", "- @vararg any" },
{ "return_statement", "- @return any" }
}
annotation_convention = "emmylua" -- for a full list of annotation_conventions, see supported-languages below
}
}
}