You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The extension could interpret and show docstrings above records like this one when hovering over terms:
localrecordglobal_types--This is module level documentation for our api, it will be shown first------recordAPIModuleuserdata-- Pure functions--Here we document the next function----## Markdown!:----```lua-- local hello = "string" ----```my_function: function(string):(string)
help: function(string):(string)
endendglobalmy_api: global_types.APIModulereturnglobal_types
This would be especially useful for projects like tealr.
The text was updated successfully, but these errors were encountered:
The extension could interpret and show docstrings above records like this one when hovering over terms:
This would be especially useful for projects like tealr.
The text was updated successfully, but these errors were encountered: