summaryrefslogtreecommitdiff
path: root/script/proto
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-08-23 16:27:20 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-08-23 16:27:20 +0800
commit4220ff641c7c2dba943eefe3d0a2e6d99cc523c6 (patch)
treedc4a7c96334a6c977b48e15a2a9c5e5d296f5f3c /script/proto
parentedeadaad1c8b168e010236b72a0dfa5dfc43c915 (diff)
downloadlua-language-server-4220ff641c7c2dba943eefe3d0a2e6d99cc523c6.zip
cleanup
Diffstat (limited to 'script/proto')
-rw-r--r--script/proto/define.lua6
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