-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
lua-language-server allows to define the type for functions like fun(PARAM: TYPE): RETURN_TYPE
It appears that lemmy-help currently stops at the first whitespace.
In something like this:
---@alias TestRunner fun(classname: string, methodname: string):string, string[]
It only renders:
Type: ~
fun(classname:
Without whitespace it works:
---@alias TestRunner fun(classname:string,methodname:string):(string,string[])
Would be nice if the variant with whitespaces worked too.
Update: I just noticed #47, so this is already getting addressed?
Metadata
Metadata
Assignees
Labels
No labels