mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Fix spec name
This commit is contained in:
3
after/syntax/css/css3-color.vim
Normal file
3
after/syntax/css/css3-color.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