import { type MarkupKind } from "https://deno.land/x/pbkit@v0.0.62/language-server/lsp.ts";
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.