diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-17 14:42:11 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-17 14:42:11 +0800 |
commit | 5c6166c11a8ac9533aefb78890f359c1abf3ccbf (patch) | |
tree | 890e9e24ddd3e61a4ce6b68ae3ef9c8553ac7372 /server/libs/lua53/package.lni | |
parent | 03d281fc3b7a09321143a69f5b1a33984c4c2a1c (diff) | |
download | lua-language-server-5c6166c11a8ac9533aefb78890f359c1abf3ccbf.zip |
更新库
Diffstat (limited to 'server/libs/lua53/package.lni')
-rw-r--r-- | server/libs/lua53/package.lni | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/server/libs/lua53/package.lni b/server/libs/lua53/package.lni new file mode 100644 index 00000000..62ab4545 --- /dev/null +++ b/server/libs/lua53/package.lni @@ -0,0 +1,60 @@ +[package] +type = 'table' +[[.source]] +type = 'global' +[[.source]] +type = 'library' +name = 'package' + +<default> +type = 'function' +[[.parent]] +type = 'global' +name = 'package' +[[.parent]] +type = 'library' +name = 'package' + +[config] +type = 'string' + +[cpath] +type = 'string' + +[loaded] +type = 'table' + +[loadlib] +[[.args]] +name = 'libname' +type = 'string' +[[.args]] +name = 'funcname' +type = 'string' +[[.returns]] + +[path] +type = 'string' + +[preload] +type = 'table' + +[searchers] +type = 'table' + +[searchpath] +[[.args]] +name = 'name' +type = 'string' +[[.args]] +name = 'path' +type = 'string' +[[.args]] +name = 'sep' +type = 'string' +optional = 'after' +default = '.' +[[.args]] +name = 'rep' +type = 'string' +optional = 'self' |