summaryrefslogtreecommitdiff
path: root/server/libs/lua53
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-13 20:54:08 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-13 20:54:08 +0800
commit7b173a3923332a3826a9184fbfdb3feb62189051 (patch)
tree1d81d420c1b94cf3e084cd5ab7098273a7283178 /server/libs/lua53
parent6a5cdaaf251a61cac95c7959c5a6218daaeaa12c (diff)
downloadlua-language-server-7b173a3923332a3826a9184fbfdb3feb62189051.zip
表的内容不需要额外配置了
Diffstat (limited to 'server/libs/lua53')
-rw-r--r--server/libs/lua53/basic.lni108
1 files changed, 0 insertions, 108 deletions
diff --git a/server/libs/lua53/basic.lni b/server/libs/lua53/basic.lni
index 44e41379..2b17eb06 100644
--- a/server/libs/lua53/basic.lni
+++ b/server/libs/lua53/basic.lni
@@ -61,114 +61,6 @@ optional = 'self'
[_G]
type = 'table'
-[[.fields]]
-field = '_G'
-type = 'table'
-[[.fields]]
-field = '_VERSION'
-type = 'string'
-[[.fields]]
-field = 'arg'
-type = 'table'
-[[.fields]]
-field = 'assert'
-type = 'function'
-[[.fields]]
-field = 'collectgarbage'
-type = 'function'
-[[.fields]]
-field = 'coroutine'
-type = 'table'
-[[.fields]]
-field = 'debug'
-type = 'table'
-[[.fields]]
-field = 'dofile'
-type = 'function'
-[[.fields]]
-field = 'error'
-type = 'function'
-[[.fields]]
-field = 'fs'
-type = 'table'
-[[.fields]]
-field = 'getmetatable'
-type = 'function'
-[[.fields]]
-field = 'io'
-type = 'table'
-[[.fields]]
-field = 'ipairs'
-type = 'function'
-[[.fields]]
-field = 'load'
-type = 'function'
-[[.fields]]
-field = 'loadfile'
-type = 'function'
-[[.fields]]
-field = 'math'
-type = 'table'
-[[.fields]]
-field = 'next'
-type = 'function'
-[[.fields]]
-field = 'os'
-type = 'table'
-[[.fields]]
-field = 'package'
-type = 'table'
-[[.fields]]
-field = 'pairs'
-type = 'function'
-[[.fields]]
-field = 'pcall'
-type = 'function'
-[[.fields]]
-field = 'print'
-type = 'function'
-[[.fields]]
-field = 'rawequal'
-type = 'function'
-[[.fields]]
-field = 'rawget'
-type = 'function'
-[[.fields]]
-field = 'rawlen'
-type = 'function'
-[[.fields]]
-field = 'rawset'
-type = 'function'
-[[.fields]]
-field = 'require'
-type = 'function'
-[[.fields]]
-field = 'select'
-type = 'function'
-[[.fields]]
-field = 'setmetatable'
-type = 'function'
-[[.fields]]
-field = 'string'
-type = 'table'
-[[.fields]]
-field = 'table'
-type = 'table'
-[[.fields]]
-field = 'tonumber'
-type = 'function'
-[[.fields]]
-field = 'tostring'
-type = 'function'
-[[.fields]]
-field = 'type'
-type = 'function'
-[[.fields]]
-field = 'utf8'
-type = 'table'
-[[.fields]]
-field = 'xpcall'
-type = 'function'
[getmetatable]