neoclide / coc-highlight

Document highlight and document colors LSP support for coc.nvim
221 stars 12 forks source link

feat(settings): Add `colorNames` Setting Option #33

Closed corbinhesse closed 3 years ago

corbinhesse commented 4 years ago

Allow users to disable highlighting of color names.

Examples: [red, green, blue] will not be highlighted while hex values and other methods are still allowed in parseDocumentColors()

Resolves #23 Resolves #29