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