Update Readme
This commit is contained in:
@@ -71,13 +71,9 @@ require('neogen').setup {
|
|||||||
languages = {
|
languages = {
|
||||||
lua = {
|
lua = {
|
||||||
template = {
|
template = {
|
||||||
{ nil, "- " }, -- First annotation line will be {default_comment}- (in lua ---)
|
annotation_convention = "emmylua" -- for a full list of annotation_conventions, see supported-languages below
|
||||||
{ "parameters", "- @param %s any" }, -- If matching parameters, will ouput --- @param {param} any
|
}
|
||||||
{ "vararg", "- @vararg any" },
|
|
||||||
{ "return_statement", "- @return any" }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user