diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-16 21:00:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-16 21:00:09 +0800 |
commit | 1aa0cf49b70dc2489d116e412ecf632c95178f24 (patch) | |
tree | 9bbf27ef029ae3ed55fa4ebdb49c5392786f4d75 /meta/template | |
parent | 47beee7d7085af35f6869cb349e27dd09b82e7a4 (diff) | |
download | lua-language-server-1aa0cf49b70dc2489d116e412ecf632c95178f24.zip |
fix meta of `string.match`
Diffstat (limited to 'meta/template')
-rw-r--r-- | meta/template/string.lua | 1 |
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 |