We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d20b1 commit a3c731fCopy full SHA for a3c731f
script/core/hover/description.lua
@@ -449,7 +449,8 @@ local function tyrDocParamComment(source)
449
or source.type == 'getlocal' then
450
source = source.node
451
end
452
- if source.type ~= 'local' then
+ if source.type ~= 'local'
453
+ and source.type ~= '...' then
454
return
455
456
if source.parent.type ~= 'funcargs' then
0 commit comments