diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-09-09 15:32:16 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-09-09 15:32:16 +0800 |
commit | 5f2417d1e23cbcf6c2d1b6bf5c488c7b99a2b628 (patch) | |
tree | e5e99e20d7fa52fc3e43bf08e0541e2f3d336216 /test-beta/completion | |
parent | 969beada83dc990c4b19ea6eec1614bb2cfe95f9 (diff) | |
download | lua-language-server-5f2417d1e23cbcf6c2d1b6bf5c488c7b99a2b628.zip |
common 不会找到关键字
Diffstat (limited to 'test-beta/completion')
-rw-r--r-- | test-beta/completion/init.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test-beta/completion/init.lua b/test-beta/completion/init.lua index 76aa6c2c..fb1f6373 100644 --- a/test-beta/completion/init.lua +++ b/test-beta/completion/init.lua @@ -934,9 +934,6 @@ xpcal$ }, } --- TODO -do return end - TEST [[ function mt:f(a, b, c) end @@ -951,7 +948,6 @@ mt:f$ { label = 'f()', kind = CompletionItemKind.Snippet, - detail = EXISTS, insertText = 'f(${1:a: any}, ${2:b: any}, ${3:c: any})', }, } |