mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 19:24:25 +08:00
Follow changes in CR-css-color-3-20171205
No changes, see also: http://www.w3.org/TR/2017/CR-css-color-3-20171205/
This commit is contained in:
3
after/syntax/css/css-color-3.vim
Normal file
3
after/syntax/css/css-color-3.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(rgba\|hsla\=\)\s*(" end=")" oneline keepend
|
||||
syn keyword cssColorProp contained opacity
|
||||
syn match cssColor contained "\<currentcolor\>"
|
||||
Reference in New Issue
Block a user