mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 11:34:45 +08:00
Follow changes in WD-css-ui-4-20171222
See also: http://www.w3.org/TR/2017/WD-css-ui-4-20171222/
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
syn match cssUIProp contained "\<caret\(-\(shape\|animation\)\)\=\>"
|
syn match cssUIProp contained "\<caret\(-shape\)\=\>"
|
||||||
syn keyword cssUIAttr contained fade underscore
|
syn keyword cssUIAttr contained fade underscore
|
||||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<fade\s*(" end=")" oneline keepend
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<fade\s*(" end=")" oneline keepend
|
||||||
|
|||||||
@@ -841,7 +841,7 @@
|
|||||||
.ui-4 {
|
.ui-4 {
|
||||||
caret: fade;
|
caret: fade;
|
||||||
caret-shape: fade(1em);
|
caret-shape: fade(1em);
|
||||||
caret-animation: underscore;
|
display: underscore;
|
||||||
}
|
}
|
||||||
|
|
||||||
.values-3 {
|
.values-3 {
|
||||||
|
|||||||
Reference in New Issue
Block a user