vim-css-color icon indicating copy to clipboard operation
vim-css-color copied to clipboard

some color not be rendered why this happen?

Open OriLiMu opened this issue 5 years ago • 3 comments

As the image shows the white 1

Why the blue and "#dddddd" behind the color not colored?

OriLiMu avatar Jan 25 '20 14:01 OriLiMu

The blue isn’t coloured because it’s not inside a rule block. That is correct behaviour – this plugin is syntax-sensitive and doesn’t highlight random pieces of the file.

However, the #dddddd value for the color property should be painted. That really is a bug.

Note that a fix isn’t likely, since this version of the plugin is unmaintained. Since I cannot reproduce the problem in my own fork, you can try switching to get a fix.

ap avatar Jan 25 '20 22:01 ap

Working here too:

Captura de pantalla de 2020-08-24 09-41-19

albfan avatar Aug 24 '20 07:08 albfan

opps I test from https://github.com/ap/vim-css-color/ as @ap said

albfan avatar Aug 24 '20 07:08 albfan