Skip to content

Doesn't work with css variables #23

Description

@MoOx

It highlight name of css custom properties that have a color, but doesn't highlight the actual colors...

screen shot 2015-03-23 at 12 28 39

Here is a snippet to test.

:root {
  --vr-Color-white: #fbfeff;
  --vr-Color-black: #001118;

  --vr-Color-lightblue: #009cbc;
  --vr-Color-blue: #00739e;
  --vr-Color-darkblue: #004063;

  --vr-Color-red: #a41635;
  --vr-Color-darkred: #a41635;

  --vr-Color-orange: #e25d40;
  --vr-Color-lightorange: #F88228;
}

I am very new to vim but I can try to handle this if you are open to.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions