nixd
|
#include <Protocol.h>
Public Attributes | |
Range | range |
The range this highlight applies to. | |
DocumentHighlightKind | kind = DocumentHighlightKind::Text |
The highlight kind, default is DocumentHighlightKind.Text. | |
Friends | |
bool | operator< (const DocumentHighlight &LHS, const DocumentHighlight &RHS) |
bool | operator== (const DocumentHighlight &LHS, const DocumentHighlight &RHS) |
A document highlight is a range inside a text document which deserves special attention. Usually a document highlight is visualized by changing the background color of its range.
Definition at line 1387 of file lspserver/include/lspserver/Protocol.h.
|
friend |
Definition at line 1394 of file lspserver/include/lspserver/Protocol.h.
|
friend |
Definition at line 1401 of file lspserver/include/lspserver/Protocol.h.
DocumentHighlightKind lspserver::DocumentHighlight::kind = DocumentHighlightKind::Text |
The highlight kind, default is DocumentHighlightKind.Text.
Definition at line 1392 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::operator<<(), and lspserver::toJSON().
Range lspserver::DocumentHighlight::range |
The range this highlight applies to.
Definition at line 1389 of file lspserver/include/lspserver/Protocol.h.
Referenced by lspserver::operator<<(), and lspserver::toJSON().