diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-09 10:26:07 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-09 10:26:07 +0800 |
commit | b9ef666714e03e2108f4b1f8c245e721dc4fb2fb (patch) | |
tree | 59f0acf90e62fb6ad6173a42d32764b79231ea26 /server/libs/lua/package.lni | |
parent | fd11589c1d5d32f85a9879fa008cb6b10798409a (diff) | |
download | lua-language-server-b9ef666714e03e2108f4b1f8c245e721dc4fb2fb.zip |
其他差异
Diffstat (limited to 'server/libs/lua/package.lni')
-rw-r--r-- | server/libs/lua/package.lni | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/libs/lua/package.lni b/server/libs/lua/package.lni index a0843cae..85234fab 100644 --- a/server/libs/lua/package.lni +++ b/server/libs/lua/package.lni @@ -28,6 +28,10 @@ type = 'string' [loaded] type = 'table' +[loaders] +version = {'Lua 5.1'} +type = 'table' + [loadlib] [[.args]] name = 'libname' @@ -44,6 +48,7 @@ type = 'string' type = 'table' [searchers] +version = {'Lua 5.2', 'Lua 5.3', 'Lua 5.4'} type = 'table' [searchpath] |