From 970bebc2ec73cd822b91c3d0ff84c5b29f057c37 Mon Sep 17 00:00:00 2001 From: danymat Date: Tue, 8 Feb 2022 15:10:37 +0100 Subject: [PATCH] feat: Add internal type annotation --- lua/neogen/types/template.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/neogen/types/template.lua b/lua/neogen/types/template.lua index bd4b5b6..f82b4bb 100644 --- a/lua/neogen/types/template.lua +++ b/lua/neogen/types/template.lua @@ -1,3 +1,8 @@ +---@class neogen.Configuration +---@field template neogen.TemplateConfig +---@field parent table +---@field data table + local template = {} template.item = {