diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-03-05 18:25:43 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-03-05 18:25:43 +0800 |
commit | 49ae0b9abc5e9ddaebda9da9fc41341ba1576e66 (patch) | |
tree | 46ab0b41097e763c59d14064af86997469e97e42 /test/completion/init.lua | |
parent | 26138568cd004fa922f0aa7d96052ebd28ca63ee (diff) | |
download | lua-language-server-49ae0b9abc5e9ddaebda9da9fc41341ba1576e66.zip |
stash
Diffstat (limited to 'test/completion/init.lua')
-rw-r--r-- | test/completion/init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/completion/init.lua b/test/completion/init.lua index bd3aca25..e0ac1a2d 100644 --- a/test/completion/init.lua +++ b/test/completion/init.lua @@ -1596,6 +1596,10 @@ end label = 'meta', kind = define.CompletionItemKind.Event, }, + { + label = 'diagnostic', + kind = define.CompletionItemKind.Event, + } } TEST [[ |