module LanguageServer::Protocol::Constant::MarkupKind

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.

Constants

MARKDOWN

Markdown is supported as a content format

PLAIN_TEXT

Plain text is supported as a content format