Module: LanguageServer::Protocol::Constant::DocumentHighlightKind
- Defined in:
- lib/language_server/protocol/constant/document_highlight_kind.rb
Overview
A document highlight kind.
Constant Summary collapse
- TEXT =
A textual occurrence.
1
- READ =
Read-access of a symbol, like reading a variable.
2
- WRITE =
Write-access of a symbol, like writing to a variable.
3