diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-05 21:02:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-05 21:02:35 +0800 |
commit | c153798f29319907a257cf1480ceb4e9dad84ffe (patch) | |
tree | 1c435173bacedc28feebf9614f9f42d94c66a509 /meta/3rd/example/library | |
parent | 8fefb8f3e100976235dc83d6ae3785952d11c710 (diff) | |
download | lua-language-server-c153798f29319907a257cf1480ceb4e9dad84ffe.zip |
#409 config file
Diffstat (limited to 'meta/3rd/example/library')
-rw-r--r-- | meta/3rd/example/library/love.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/3rd/example/library/love.lua b/meta/3rd/example/library/love.lua new file mode 100644 index 00000000..b76633a3 --- /dev/null +++ b/meta/3rd/example/library/love.lua @@ -0,0 +1,6 @@ +local m = {} + +function m.thisIsAnExampleLibrary() +end + +return m |