summaryrefslogtreecommitdiff
path: root/server/libs
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-04-06 15:48:15 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-04-06 15:48:15 +0800
commiteaeea1b4d1da5d8596d07ecb76026e40c4cfd01e (patch)
tree541716fbaf5362e1ef8ae3987b93ac4e6bc3d5ca /server/libs
parent80112a1e17c48fdb4b536d548ae6b826d9a8d611 (diff)
downloadlua-language-server-eaeea1b4d1da5d8596d07ecb76026e40c4cfd01e.zip
一些遗漏
Diffstat (limited to 'server/libs')
-rw-r--r--server/libs/lua/coroutine.lni12
1 files changed, 12 insertions, 0 deletions
diff --git a/server/libs/lua/coroutine.lni b/server/libs/lua/coroutine.lni
index 51b717b9..be604cb8 100644
--- a/server/libs/lua/coroutine.lni
+++ b/server/libs/lua/coroutine.lni
@@ -31,6 +31,18 @@ type = 'thread'
[[.returns]]
type = 'boolean'
+[kill]
+version = 'Lua 5.4'
+[[.args]]
+name = 'co'
+type = 'thread'
+[[.returns]]
+name = 'noerror'
+type = 'boolean'
+`````````
+name = 'errorobject'
+type = 'any'
+
[resume]
[[.args]]
name = 'co'