mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-02-15 03:51:56 +08:00
@@ -1,3 +1,2 @@
|
|||||||
syn keyword cssFontProp contained caret caret-shape
|
syn keyword cssFontProp contained caret-shape caret-animation caret interactivity interest-delay-start interest-delay-end interest-delay accent-color
|
||||||
syn keyword cssFontAttr contained fade underscore
|
syn keyword cssFontAttr contained underscore inert
|
||||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<fade\s*(" end=")" oneline keepend
|
|
||||||
|
|||||||
@@ -1456,11 +1456,16 @@ view {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ui-4 {
|
.ui-4 {
|
||||||
caret: auto;
|
|
||||||
caret-shape: auto;
|
caret-shape: auto;
|
||||||
display: fade;
|
caret-animation: auto;
|
||||||
display: fade(1em);
|
caret: auto;
|
||||||
|
interactivity: auto;
|
||||||
|
interest-delay-start: auto;
|
||||||
|
interest-delay-end: auto;
|
||||||
|
interest-delay: auto;
|
||||||
|
accent-color: auto;
|
||||||
display: underscore;
|
display: underscore;
|
||||||
|
display: inert;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unofficials {
|
.unofficials {
|
||||||
|
|||||||
Reference in New Issue
Block a user