summaryrefslogtreecommitdiff
path: root/meta/3rd
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-08 15:26:12 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-08 15:26:12 +0800
commit9c21a7a38a6b3f79f8d74cf9ce45ecb431c8ef9a (patch)
treec3dd92c0f69b7955a830a73ccb97adf45e71af8e /meta/3rd
parentde357b269401021fe38eae93ced5b5738877958a (diff)
downloadlua-language-server-9c21a7a38a6b3f79f8d74cf9ce45ecb431c8ef9a.zip
detect third-party libraries
Diffstat (limited to 'meta/3rd')
-rw-r--r--meta/3rd/example/library/love.lua2
1 files changed, 2 insertions, 0 deletions
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()