text_document_document_color {languageserver}R Documentation

textDocument/documentColor request handler

Description

Handler to the textDocument/documentColor Request

Usage

text_document_document_color(self, id, params)

Arguments

self

a LanguageServer object

id

a numeric, the id of the process that started the server

params

a document_color_params object

Details

Not implemented yet.


[Package languageserver version 0.3.1 Index]