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.

Static variables

@:value(cast "markdown")@:impl@:enumstaticinlineread onlyMarkDown:MarkupKind = "markdown"

Markdown is supported as a content format

@:value(cast "plaintext")@:impl@:enumstaticinlineread onlyPlainText:MarkupKind = "plaintext"

Plain text is supported as a content format