diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-07 11:57:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-07 11:57:21 +0800 |
commit | 0414a4e0179c158dc66d46e22d2c7cb2c3b3608e (patch) | |
tree | d167eece4e4229ae6aeb1192632fc3623fd3b737 /server/libs | |
parent | 6b3920292359646f0f24f8770d83e8db755ef896 (diff) | |
download | lua-language-server-0414a4e0179c158dc66d46e22d2c7cb2c3b3608e.zip |
一些测试
Diffstat (limited to 'server/libs')
-rw-r--r-- | server/libs/lua53/table.lni | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/libs/lua53/table.lni b/server/libs/lua53/table.lni index 5cb9a951..94e60664 100644 --- a/server/libs/lua53/table.lni +++ b/server/libs/lua53/table.lni @@ -3,3 +3,8 @@ type = 'function' [table] type = 'table' +[[.source]] +type = 'global' +[[.source]] +type = 'library' +name = 'table' |