GenLSP.Protocol.Requests.TextDocumentDocumentColor (gen_lsp v0.0.1)
A request to list all color symbols found in a given text document. The request's parameter is of type DocumentColorParams the response is of type ColorInformation[] or a Thenable that resolves to such.