View Source GenLSP.Structures.MarkdownClientCapabilities (gen_lsp v0.8.1)

Client capabilities specific to the used markdown parser.

@since 3.16.0

Link to this section Summary

Functions

Fields

  • parser: The name of the parser.

Link to this section Types

@type t() :: %GenLSP.Structures.MarkdownClientCapabilities{
  allowed_tags: [String.t()] | nil,
  parser: String.t(),
  version: String.t() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.MarkdownClientCapabilities{}

View Source (struct)

fields

Fields

  • parser: The name of the parser.

  • version: The version of the parser.

  • allowed_tags: A list of HTML tags that the client allows / supports in Markdown.

    @since 3.17.0