diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-12-10 11:39:02 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-12-10 11:39:02 +0800 |
commit | 680d5e7e34290d978abe1cba1c43b5321e5f5e79 (patch) | |
tree | 087dd2a2031b14c497c2e781baee4e59436fb1b2 /test-beta | |
parent | 6c6ac3ba0f454b64bb74cebd11252cac828ff854 (diff) | |
download | lua-language-server-680d5e7e34290d978abe1cba1c43b5321e5f5e79.zip |
库函数
Diffstat (limited to 'test-beta')
-rw-r--r-- | test-beta/completion/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-beta/completion/init.lua b/test-beta/completion/init.lua index e834e73a..9a2957b0 100644 --- a/test-beta/completion/init.lua +++ b/test-beta/completion/init.lua @@ -127,14 +127,14 @@ ass$ label = 'assert', kind = CompletionItemKind.Function, documentation = EXISTS, - detail = '(function)', + detail = EXISTS, }, { label = 'assert()', kind = CompletionItemKind.Snippet, documentation = EXISTS, insertText = EXISTS, - detail = '(function)', + detail = EXISTS, }, } |