diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-07-07 19:25:05 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-07-07 19:25:05 +0800 |
commit | 488471b7f810651fc451457123e897c30fbfb131 (patch) | |
tree | 8253670352f8f78f72bad7b3a9adcf10e4755542 /script/parser | |
parent | 2bbaf3edc4ce1f71233dcd0a535474c6fcf86fae (diff) | |
download | lua-language-server-488471b7f810651fc451457123e897c30fbfb131.zip |
fix #880
Diffstat (limited to 'script/parser')
-rw-r--r-- | script/parser/luadoc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/parser/luadoc.lua b/script/parser/luadoc.lua index f473feb1..ca23b331 100644 --- a/script/parser/luadoc.lua +++ b/script/parser/luadoc.lua @@ -1538,6 +1538,7 @@ local function bindGeneric(binded) end end if doc.type == 'doc.param' + or doc.type == 'doc.vararg' or doc.type == 'doc.return' or doc.type == 'doc.type' or doc.type == 'doc.class' |