Closed daUnknownCoder closed 4 months ago
There is a safe guard in the plugin that exists to prevent false positives, named colors will get highlighted if they are being used as a value e.g. background: blue
or background = blue
.
This was created to avoid highlighting situations like we love blueberries
getting the blue
part highlighted
There is a safe guard in the plugin that exists to prevent false positives, named colors will get highlighted if they are being used as a value e.g.
background: blue
orbackground = blue
. This was created to avoid highlighting situations likewe love blueberries
getting theblue
part highlighted
but if you see the image, in the table, i have this virtext thing which has colors Orange
and deepskyblue
which are not getting highlighted and aint a false positive too? thoughts?
im doing this:
but it doesnt work for named colors, i tested for
hsl
,rgb
,#
,tailwind
and it works for themso how to solve this?