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

@since 3.16.0

Link to this section Summary

Functions

Fields

  • token_types: The token types a server uses.
  • token_modifiers: The token modifiers a server uses.

Link to this section Types

@type t() :: %GenLSP.Structures.SemanticTokensLegend{
  token_modifiers: [String.t()],
  token_types: [String.t()]
}

Link to this section Functions

Link to this function

%GenLSP.Structures.SemanticTokensLegend{}

View Source (struct)

fields

Fields

  • token_types: The token types a server uses.
  • token_modifiers: The token modifiers a server uses.