Support for documentation comments all with 3 dashes
when comments are formatted like:
--- Utility function to split a path into its components
---@param path string
---@return table
illuminate does not properly handle later lines, outputting it as Utility function to split a path into its components -@param path string -@return table