mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
5 lines
382 B
VimL
5 lines
382 B
VimL
syn keyword cssFontAttr contained perceptual accentcolor accentcolortext
|
|
syn match cssFontAttr contained "\<\(relative\|absolute\)-colorimetric\>"
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|color\|device-cmyk\=\)\s*(" end=")" oneline keepend
|
|
syn match cssFontDescriptor "@color-profile\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
|