View Source GenLSP.Enumerations.DocumentHighlightKind (gen_lsp v0.10.0)
A document highlight kind.
Link to this section Summary
Link to this section Types
@type t() :: 1 | 2 | 3
Link to this section Functions
@spec read() :: 2
Read-access of a symbol, like reading a variable.
@spec text() :: 1
A textual occurrence.
@spec write() :: 3
Write-access of a symbol, like writing to a variable.