diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-30 19:51:39 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-30 19:51:39 +0800 |
commit | 81bb05dee252e5da88cfcc9a9c7c78c9af42c738 (patch) | |
tree | 999239766acd61b00b91a0c1204c76da2a9e2a98 /script | |
parent | 4027ed6c4c4061ef3d436caa008ee9df750751ad (diff) | |
download | lua-language-server-81bb05dee252e5da88cfcc9a9c7c78c9af42c738.zip |
#693 typo
Diffstat (limited to 'script')
-rw-r--r-- | script/proto/define.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/proto/define.lua b/script/proto/define.lua index f14117ab..1903e8bd 100644 --- a/script/proto/define.lua +++ b/script/proto/define.lua @@ -272,7 +272,7 @@ m.BuiltinType = { ['string'] = true, ['userdata'] = true, ['lightuserdata'] = true, - ['Function'] = true, + ['function'] = true, } m.InlayHintKind = { |