diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-04-06 15:48:15 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-04-06 15:48:15 +0800 |
commit | eaeea1b4d1da5d8596d07ecb76026e40c4cfd01e (patch) | |
tree | 541716fbaf5362e1ef8ae3987b93ac4e6bc3d5ca /server/libs | |
parent | 80112a1e17c48fdb4b536d548ae6b826d9a8d611 (diff) | |
download | lua-language-server-eaeea1b4d1da5d8596d07ecb76026e40c4cfd01e.zip |
一些遗漏
Diffstat (limited to 'server/libs')
-rw-r--r-- | server/libs/lua/coroutine.lni | 12 |
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' |