diff options
Diffstat (limited to 'server/src/matcher/hover.lua')
-rw-r--r-- | server/src/matcher/hover.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/matcher/hover.lua b/server/src/matcher/hover.lua index aba25268..71b7a6a0 100644 --- a/server/src/matcher/hover.lua +++ b/server/src/matcher/hover.lua @@ -171,7 +171,7 @@ local function getLibHover(lib, fullKey, oo) elseif lib.type == 'string' then cache[lib] = lib.description or '' else - cache[lib] = '' + cache[lib] = '*' .. lib.type end end |