summaryrefslogtreecommitdiff
path: root/server/locale/en-US
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-04-18 10:04:43 +0800
committersumneko <sumneko@hotmail.com>2019-04-18 10:04:43 +0800
commit55002befa1da20dfb21a1b06e5cafa5cf4c1afa0 (patch)
treec9922814f4c8197670c4b66c8b653354ffe18ff9 /server/locale/en-US
parentedc5ccf6a3372aaec72c579f260d6bd6f7927486 (diff)
downloadlua-language-server-55002befa1da20dfb21a1b06e5cafa5cf4c1afa0.zip
更新require
Diffstat (limited to 'server/locale/en-US')
-rw-r--r--server/locale/en-US/libs/@lua/basic.lni5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/locale/en-US/libs/@lua/basic.lni b/server/locale/en-US/libs/@lua/basic.lni
index e7068c7e..f69128f9 100644
--- a/server/locale/en-US/libs/@lua/basic.lni
+++ b/server/locale/en-US/libs/@lua/basic.lni
@@ -230,7 +230,10 @@ description = 'Calls function `f` with the given arguments in protected mode wit
description = 'Calls function `f` in protected mode with a new message handler.'
[require]
-description = 'Loads the given module.'
+description = 'Loads the given module, returns any value returned by the given module(`true` when `nil`).'
+
+["require Lua 5.4"]
+description = 'Loads the given module, returns any value returned by the searcher(`true` when `nil`). Besides that value, also returns as a second result the loader data returned by the searcher, which indicates how `require` found the module. (For instance, if the module came from a file, this loader data is the file path.)'
[unpack]
description = [[