lua-language-server
lua-language-server copied to clipboard
table literals with descriptions
I expect something like this or something similar to this to work but it doesn't also when I e.g. split it up onto multiple lines
---@field cat { ["name"]: string # the name of the cat, ["age"]: integer # the age of the cat }
everything is working fine without the descriptions