diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 20:50:15 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-23 20:50:15 +0800 |
commit | fd13e793d1229a7290a998c6705ad224ffc1f1a9 (patch) | |
tree | 6817d948c73506d3ab7b9489408d13109505b228 /test/completion | |
parent | d84b3137321e6d61e165b8450236c879aee6360f (diff) | |
download | lua-language-server-fd13e793d1229a7290a998c6705ad224ffc1f1a9.zip |
fix
Diffstat (limited to 'test/completion')
-rw-r--r-- | test/completion/continue.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/completion/continue.lua b/test/completion/continue.lua index 4644c745..96ec4964 100644 --- a/test/completion/continue.lua +++ b/test/completion/continue.lua @@ -29,4 +29,16 @@ io.z$ } } + +TEST [[ +-- provider +pro$ +]] +{ + { + label = 'provider', + kind = define.CompletionItemKind.Text, + } +} + ContinueTyping = false |