GenLSP.Protocol.Structures.DocumentHighlight (gen_lsp v0.0.1)

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.

properties

Properties

range :: Range (required)

The range this highlight applies to.

kind :: DocumentHighlightKind

The highlight kind, default is text.