diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-27 17:38:16 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-27 17:38:16 +0800 |
commit | de05c9167e2d9046d35bc5e6a9d4c587607ab219 (patch) | |
tree | f57587df66c39fbcba6c6478777e082e3576d6c8 /server/test/completion | |
parent | 9f60f0982ed46448714044a394f3f1143563c581 (diff) | |
download | lua-language-server-de05c9167e2d9046d35bc5e6a9d4c587607ab219.zip |
通过测试
Diffstat (limited to 'server/test/completion')
-rw-r--r-- | server/test/completion/init.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/test/completion/init.lua b/server/test/completion/init.lua index 5d1ab35a..5ae598c2 100644 --- a/server/test/completion/init.lua +++ b/server/test/completion/init.lua @@ -583,6 +583,11 @@ local _ = fff.kkk[#@] { label = 'fff.kkk', kind = CompletionItemKind.Snippet, + textEdit = { + start = 20, + finish = 21, + newText = 'fff.kkk]', + }, }, } |