Skip to content

Commit 331f244

Browse files
committed
1 parent 0e7167b commit 331f244

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

after/syntax/css/color-4.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
syn keyword cssFontAttr contained perceptual
22
syn match cssFontAttr contained "\<\(relative\|absolute\)-colorimetric\>"
3-
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|gray\|color\|device-cmyk\=\)\s*(" end=")" oneline keepend
3+
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|color\|device-cmyk\=\)\s*(" end=")" oneline keepend
44
syn match cssFontDescriptor "@color-profile\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl

test/test.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
display: hwb(120deg, 44%, 50%);
8484
display: lab(1 2 3);
8585
display: lch(4 5 6);
86-
display: gray(50%);
8786
display: color(swopc, 0 206 190 77);
8887
display: device-cmyk(0, 81%, 81%, 30%);
8988
display: relative-colorimetric;

0 commit comments

Comments
 (0)