diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 01:43:10 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-20 01:43:10 +0800 |
commit | 7822d4f1b38e06eeb1748d12585019b46a2c3c6b (patch) | |
tree | 68cbd210ebbdb4a7446bf4106d81a8b45ba95dda /meta/template/debug.lua | |
parent | eb96b02d0e37bf0bd1da37704089683d200981c3 (diff) | |
download | lua-language-server-7822d4f1b38e06eeb1748d12585019b46a2c3c6b.zip |
神TM endif
Diffstat (limited to 'meta/template/debug.lua')
-rw-r--r-- | meta/template/debug.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/template/debug.lua b/meta/template/debug.lua index 6c010c0f..66694d08 100644 --- a/meta/template/debug.lua +++ b/meta/template/debug.lua @@ -18,12 +18,12 @@ debug = {} ---#if VERSION >= 5.2 then ---@field nparams integer ---@field isvararg boolean ----#endif +---#end ---@field func function ---#if VERSION >= 5.4 then ---@field ftransfer integer ---@field ntransfer integer ----#endif +---#end ---@field activelines table ---#DES 'debug.debug' @@ -55,7 +55,7 @@ function debug.gethook(co) end ---|+'"f"' # ---#DESENUM 'infowhat.f' ---#if VERSION >= 5.4 then ---|+'"r"' # ---#DESENUM 'infowhat.r' ----#endif +---#end ---|+'"L"' # ---#DESENUM 'infowhat.L' ---#DES 'debug.getinfo' @@ -112,7 +112,7 @@ function debug.getuservalue(u, n) end ---@param u userdata ---@return any function debug.getuservalue(u) end ----#endif +---#end ---#DES 'debug.setcstacklimit' ---@deprecated |