summaryrefslogtreecommitdiff
path: root/script-beta
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-10-28 14:08:42 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-10-28 14:08:42 +0800
commit30ecf0d4475cf1e2b92f316d38311bab2d2095ab (patch)
tree2fa9b0924bb4d0c591fbd3ba80df79cc7cabef96 /script-beta
parent04264ad28a5cf727b96aa599150e8fe016df07c0 (diff)
downloadlua-language-server-30ecf0d4475cf1e2b92f316d38311bab2d2095ab.zip
doc.overload
Diffstat (limited to 'script-beta')
-rw-r--r--script-beta/parser/guide.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/script-beta/parser/guide.lua b/script-beta/parser/guide.lua
index 0760c441..48eec0f0 100644
--- a/script-beta/parser/guide.lua
+++ b/script-beta/parser/guide.lua
@@ -1456,6 +1456,8 @@ function m.checkSameSimpleByBindDocs(status, obj, start, queue, mode)
end
end
end
+ elseif doc.type == 'doc.overload' then
+ results[#results+1] = doc.overload
end
end
local mark = {}