Add missing #RRGGBBAA notation support

This commit is contained in:
Kyo Nagashima
2016-07-06 09:28:31 +09:00
parent 519acb02ec
commit 5c81b99e3e
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
syn match cssColorProp contained "\<color-adjust\>"
syn keyword cssColor contained rebeccapurple
syn match cssColor contained "#[0-9A-Fa-f]\{8\}\>" contains=cssUnitDecorators
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(hwb\|lab\|lch\|gray\|color\|device-cmyk\|color-mod\=\)\s*(" end=")" oneline keepend
syn match cssFontDescriptor "@color-profile\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl