View Source GenLSP.Enumerations.DocumentHighlightKind (gen_lsp v0.8.1)

A document highlight kind.

Link to this section Summary

Functions

Read-access of a symbol, like reading a variable.

A textual occurrence.

Write-access of a symbol, like writing to a variable.

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.