GenLSP.Protocol.Requests.TextDocumentDocumentHighlight (gen_lsp v0.0.1)

Request to resolve a DocumentHighlight for a given text document position. The request's parameter is of type [TextDocumentPosition] (#TextDocumentPosition) the request response is of type [DocumentHighlight[]] (#DocumentHighlight) or a Thenable that resolves to such.