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

Client capabilities specific to regular expressions.

@since 3.16.0

Link to this section Summary

Functions

Fields

  • engine: The engine's name.
  • version: The engine's version.

Link to this section Types

@type t() :: %GenLSP.Structures.RegularExpressionsClientCapabilities{
  engine: String.t(),
  version: String.t() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.RegularExpressionsClientCapabilities{}

View Source (struct)

fields

Fields

  • engine: The engine's name.
  • version: The engine's version.