Skip to content

Commit c988c90

Browse files
committed
1 parent bb5e83b commit c988c90

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,3 +1,3 @@
11
syn match cssColorProp contained "\<color-adjust\>"
2-
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|gray\|color\|device-cmyk\|color-mod\=\)\s*(" end=")" oneline keepend
2+
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|gray\|color\|device-cmyk\=\)\s*(" end=")" oneline keepend
33
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
@@ -95,7 +95,6 @@
9595
display: gray(50%);
9696
display: color(swopc, 0 206 190 77);
9797
display: device-cmyk(0, 81%, 81%, 30%);
98-
display: color-mod(#112233 tint(50%));
9998
}
10099

101100
@color-profile swopc {

0 commit comments

Comments
 (0)