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

does not work with GTK CSS

Open alex-tee opened this issue 4 years ago • 1 comments
trafficstars

GTK has this CSS syntax to allow you to define colors:

@define-color bg_dark_variant1 #242c31;

this plugin works in other cases (it highlights the color) but it ignores this. can we please mark these colors as well?

note that it is also ignored wherever this color is used:

entry:focus {
  border-color: @bright_orange;
}

^ this is probably harder to support but @define-color should be simple to implement I think

alex-tee avatar May 08 '21 21:05 alex-tee

add this at the top: /* vim: set filetype=less : */

aaronedev avatar Mar 19 '25 07:03 aaronedev