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