[docgen] Update doc/neogen.txt

skip-checks: true
This commit is contained in:
github-actions
2022-01-12 09:34:51 +00:00
parent 318a233307
commit c092cd582b

View File

@@ -94,6 +94,9 @@ The defaults are provided here: https://github.com/danymat/neogen/tree/main/lua/
Change the annotation convention to use with the language.
* `template.use_default_comment` (default: `true`)
Prepend any template line with the default comment for the filetype
* `template.position` (`fun(node: userdata, type: string):(number,number)?`)
Provide an absolute position for the annotation.
If return values are `nil`, use default position
* `template.append`
If you want to customize the position of the annotation
* `template.append.child_name`