From 9c21a7a38a6b3f79f8d74cf9ce45ecb431c8ef9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 8 Jul 2021 15:26:12 +0800 Subject: detect third-party libraries --- meta/3rd/example/library/love.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/3rd/example/library/love.lua') diff --git a/meta/3rd/example/library/love.lua b/meta/3rd/example/library/love.lua index b76633a3..ebde998c 100644 --- a/meta/3rd/example/library/love.lua +++ b/meta/3rd/example/library/love.lua @@ -1,3 +1,5 @@ +---@meta + local m = {} function m.thisIsAnExampleLibrary() -- cgit v1.2.3