From c092cd582b41639e0156a451ac286b7c76a792c0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 12 Jan 2022 09:34:51 +0000 Subject: [PATCH] [docgen] Update doc/neogen.txt skip-checks: true --- doc/neogen.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/neogen.txt b/doc/neogen.txt index 2bcf3ba..37ad3c4 100644 --- a/doc/neogen.txt +++ b/doc/neogen.txt @@ -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`