summaryrefslogtreecommitdiff
path: root/test/hover
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-06-18 15:18:43 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-06-18 15:18:43 +0800
commit8cf347df014f16dc88c5c9edec37f2077e335854 (patch)
treeffe653ea88d199abf9481debb2c1cdb0b8e57880 /test/hover
parent5d6ec01a3f2b63317f838337751a5b7bbd400b54 (diff)
downloadlua-language-server-8cf347df014f16dc88c5c9edec37f2077e335854.zip
improve table view
Diffstat (limited to 'test/hover')
-rw-r--r--test/hover/init.lua22
1 files changed, 1 insertions, 21 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index 515c3422..a7af112d 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -806,27 +806,7 @@ global _G: _G {
module: function,
next: function,
os: oslib,
- package: packagelib,
- pairs: function,
- pcall: function,
- print: function,
- rawequal: function,
- rawget: function,
- rawlen: function,
- rawset: function,
- require: function,
- select: function,
- setfenv: function,
- setmetatable: function,
- string: stringlib,
- table: tablelib,
- tonumber: function,
- tostring: function,
- type: function,
- unpack: function,
- utf8: utf8lib,
- warn: function,
- xpcall: function,
+ ...(+21)
}
]]