documentColor property

bool documentColor
final

Whether document color information is enabled.

When enabled, the server identifies color values in the document. Controlled via 'textDocument/documentColor' request.

Implementation

final bool documentColor;