mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-11 04:51:51 +08:00
@@ -1,2 +1,4 @@
|
|||||||
|
syn keyword cssFontAttr contained perceptual
|
||||||
|
syn match cssFontAttr contained "\<\(relative\|absolute\)-colorimetric\>"
|
||||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|gray\|color\|device-cmyk\=\)\s*(" end=")" oneline keepend
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|gray\|color\|device-cmyk\=\)\s*(" end=")" oneline keepend
|
||||||
syn match cssFontDescriptor "@color-profile\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
|
syn match cssFontDescriptor "@color-profile\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
|
||||||
|
|||||||
@@ -94,6 +94,9 @@
|
|||||||
display: gray(50%);
|
display: gray(50%);
|
||||||
display: color(swopc, 0 206 190 77);
|
display: color(swopc, 0 206 190 77);
|
||||||
display: device-cmyk(0, 81%, 81%, 30%);
|
display: device-cmyk(0, 81%, 81%, 30%);
|
||||||
|
display: relative-colorimetric;
|
||||||
|
display: absolute-colorimetric;
|
||||||
|
display: perceptual;
|
||||||
}
|
}
|
||||||
|
|
||||||
@color-profile swopc {
|
@color-profile swopc {
|
||||||
|
|||||||
Reference in New Issue
Block a user