nvim_runtime_lua

lsp.ColorInformation

Represents a color range from a document.

Fields2

ColorInformation.range : lsp.Range

The range in the document where this color appears.

ColorInformation.color : lsp.Color

The actual color value for this color range.