diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-08 15:26:12 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-08 15:26:12 +0800 |
commit | 9c21a7a38a6b3f79f8d74cf9ce45ecb431c8ef9a (patch) | |
tree | c3dd92c0f69b7955a830a73ccb97adf45e71af8e /meta/3rd | |
parent | de357b269401021fe38eae93ced5b5738877958a (diff) | |
download | lua-language-server-9c21a7a38a6b3f79f8d74cf9ce45ecb431c8ef9a.zip |
detect third-party libraries
Diffstat (limited to 'meta/3rd')
-rw-r--r-- | meta/3rd/example/library/love.lua | 2 |
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() |