GenLSP.Enumerations.MarkupKind (gen_lsp v0.0.8)
Describes the content type that a client supports in various
result literals like Hover, ParameterInfo or CompletionItem.
Please note that MarkupKinds must not start with a $. This kinds
are reserved for internal usage.
Link to this section Summary
Link to this section Types
@type t() :: String.t()
Link to this section Functions
Link to this function
markdown()
@spec markdown() :: String.t()
Markdown is supported as a content format
Link to this function
plain_text()
@spec plain_text() :: String.t()
Plain text is supported as a content format