diff --git a/script/core/hover/description.lua b/script/core/hover/description.lua index 75189b06c..0cbcc835c 100644 --- a/script/core/hover/description.lua +++ b/script/core/hover/description.lua @@ -449,7 +449,8 @@ local function tyrDocParamComment(source) or source.type == 'getlocal' then source = source.node end - if source.type ~= 'local' then + if source.type ~= 'local' + and source.type ~= '...' then return end if source.parent.type ~= 'funcargs' then