Skip to content

Commit 2cbb2dd

Browse files
committed
1 parent 3409476 commit 2cbb2dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

after/syntax/css/color-5.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
syn region cssFunction contained matchgroup=cssFunctionName start="\<color-\(mix\|contrast\)\s*(" end=")" contains=cssCustomProp,cssFunction,cssColor,cssFunctionComma oneline
1+
syn region cssFunction contained matchgroup=cssFunctionName start="\<color-mix\s*(" end=")" contains=cssCustomProp,cssFunction,cssColor,cssFunctionComma oneline

test/test.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100

101101
.color-5 {
102102
display: color-mix(red yellow 65%);
103-
display: color-contrast(wheat tan, sienna, var(--myAccent), #d2691e);
104103
}
105104

106105
.color-adjust-1 {

0 commit comments

Comments
 (0)