summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-16 21:00:09 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-16 21:00:09 +0800
commit1aa0cf49b70dc2489d116e412ecf632c95178f24 (patch)
tree9bbf27ef029ae3ed55fa4ebdb49c5392786f4d75 /meta
parent47beee7d7085af35f6869cb349e27dd09b82e7a4 (diff)
downloadlua-language-server-1aa0cf49b70dc2489d116e412ecf632c95178f24.zip
fix meta of `string.match`
Diffstat (limited to 'meta')
-rw-r--r--meta/template/string.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/template/string.lua b/meta/template/string.lua
index a115648e..a27086ff 100644
--- a/meta/template/string.lua
+++ b/meta/template/string.lua
@@ -88,6 +88,7 @@ function string.lower(s) end
---@param pattern string
---@param init? integer
---@return string | number captured
+---@return ... captured
---@nodiscard
function string.match(s, pattern, init) end