brenoprata10 / nvim-highlight-colors

Highlight colors for neovim
720 stars 33 forks source link

Custom Properties that are nothing to do with color still get virtual text #114

Closed benfrain closed 3 months ago

benfrain commented 4 months ago

Where I have Custom Properties that are nothing to do with colours, I still see the virtual symbols:

For example:

.cp-Title {
    color: var(--green-28ffbb);
    font-size: 15px;
    font-weight: 600;
    margin: var(--gutter);
}

.cp-ImageAndTitle_Title {
    font-size: 22px;
    font-family: var(--fontCondensed);
    font-variation-settings: var(--fontCondensedVariations);
    font-weight: 700;
    grid-row: 1;
    grid-column: 2;
    color: var(--grey-ffffff);
}

I get virtual text symbols next to font-family custom properties

benfrain commented 3 months ago

Lovely, thanks 👍