diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 16:27:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 16:27:20 +0800 |
commit | 4220ff641c7c2dba943eefe3d0a2e6d99cc523c6 (patch) | |
tree | dc4a7c96334a6c977b48e15a2a9c5e5d296f5f3c /script/proto | |
parent | edeadaad1c8b168e010236b72a0dfa5dfc43c915 (diff) | |
download | lua-language-server-4220ff641c7c2dba943eefe3d0a2e6d99cc523c6.zip |
cleanup
Diffstat (limited to 'script/proto')
-rw-r--r-- | script/proto/define.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/script/proto/define.lua b/script/proto/define.lua index 9fbbea35..2e61bc3e 100644 --- a/script/proto/define.lua +++ b/script/proto/define.lua @@ -301,4 +301,10 @@ m.BuiltinClass = { ['Function'] = true, } +m.InlayHintKind = { + Other = 0, + Type = 1, + Parameter = 2, +} + return m |