diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-02-19 11:59:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-02-19 11:59:20 +0800 |
commit | 03b4e05f9c531e37ecfab7b61b6f9859c23fa1f1 (patch) | |
tree | 23fc16730a73e32caab6219c9f02686e03cd06f2 /script | |
parent | 2d4218934c136dd11fd0accd61a08e9da88627d9 (diff) | |
download | lua-language-server-03b4e05f9c531e37ecfab7b61b6f9859c23fa1f1.zip |
fix test
Diffstat (limited to 'script')
-rw-r--r-- | script/parser/guide.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/parser/guide.lua b/script/parser/guide.lua index 0fbd6978..8f92b9b7 100644 --- a/script/parser/guide.lua +++ b/script/parser/guide.lua @@ -2428,7 +2428,7 @@ function m.checkSameSimpleInString(status, ref, start, pushQueue, mode) end status.share.markString[marked] = true local newStatus = m.status(status) - local docs = status.interface.docType('string*') + local docs = status.interface.docType('stringlib') local mark = {} for i = 1, #docs do local doc = docs[i] |