File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ syn match cssUIProp contained " \< caret\( -\( shape\| animation\)\)\=\> "
2
+ syn keyword cssUIAttr contained fade underscore
3
+ syn region cssFunction contained matchgroup =cssFunctionName start =" \< fade\s *(" end =" )" oneline keepend
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ syn include @htmlCss syntax/css/css-text-3.vim
42
42
syn include @htmlCss syntax/css/css-text-4.vim
43
43
syn include @htmlCss syntax/css/css-text-decor-3.vim
44
44
syn include @htmlCss syntax/css/css-ui-3.vim
45
+ syn include @htmlCss syntax/css/css-ui-4.vim
45
46
syn include @htmlCss syntax/css/css-values.vim
46
47
syn include @htmlCss syntax/css/css-variables.vim
47
48
syn include @htmlCss syntax/css/css-will-change-1.vim
Original file line number Diff line number Diff line change 588
588
display : grabbing;
589
589
}
590
590
591
+ .ui-4 {
592
+ caret : fade;
593
+ caret-shape : fade (1em );
594
+ caret-animation : underscore;
595
+ }
596
+
591
597
.values {
592
598
display : 1ch ;
593
599
display : 1vw ;
Original file line number Diff line number Diff line change 642
642
}
643
643
</ style >
644
644
< style >
645
+ .ui-4 {
646
+ caret : fade;
647
+ caret-shape : fade (1em );
648
+ caret-animation : underscore;
649
+ }
650
+ </ style >
651
+ < style >
645
652
.values {
646
653
display : 1ch ;
647
654
display : 1vw ;
You can’t perform that action at this time.
0 commit comments