View Source GenLSP.Enumerations.SemanticTokenModifiers (gen_lsp v0.10.0)
A set of predefined token modifiers. This set is not fixed an clients can specify additional token types via the corresponding client capabilities.
@since 3.16.0
Link to this section Summary
Link to this section Types
@type t() :: String.t()
Link to this section Functions
@spec abstract() :: String.t()
@spec async() :: String.t()
@spec declaration() :: String.t()
@spec default_library() :: String.t()
@spec definition() :: String.t()
@spec deprecated() :: String.t()
@spec documentation() :: String.t()
@spec modification() :: String.t()
@spec readonly() :: String.t()
@spec static() :: String.t()