diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-05 05:56:03 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-05 05:56:03 +0800 |
commit | 0e159ee03730b74c284c5ad079215b31461d266e (patch) | |
tree | 9fd2d7aef9903d9c9c2d07749ea9f1175b0eee77 /script/proto | |
parent | 9310038417408a5c2f6c148447d951f248fce2fe (diff) | |
download | lua-language-server-0e159ee03730b74c284c5ad079215b31461d266e.zip |
update
Diffstat (limited to 'script/proto')
-rw-r--r-- | script/proto/define.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/script/proto/define.lua b/script/proto/define.lua index f1487a4d..68fb1d58 100644 --- a/script/proto/define.lua +++ b/script/proto/define.lua @@ -276,21 +276,6 @@ m.BuiltIn = { ['utf8'] = 'default', } -m.BuiltinType = { - ['unknown'] = true, - ['any'] = true, - ['nil'] = true, - ['boolean'] = true, - ['number'] = true, - ['integer'] = true, - ['thread'] = true, - ['table'] = true, - ['string'] = true, - ['userdata'] = true, - ['lightuserdata'] = true, - ['function'] = true, -} - m.InlayHintKind = { Other = 0, Type = 1, |