File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- " TODO: create cssBackgroundProp group and cssBackgroundAttr group
21syn match cssFontProp contained " \< background-\( clip\| origin\| size\)\> "
32syn match cssFontProp contained " \< border-image\( -\( source\| slice\| width\| outset\| repeat\)\)\=\> "
43syn match cssFontProp contained " \< border-\(\( top-right\| bottom-right\| bottom-left\| top-left\) -\)\= radius\> "
Original file line number Diff line number Diff line change 11syn include @htmlCss syntax/css/compositing-1.vim
22syn include @htmlCss syntax/css/css-align-3.vim
3+ syn include @htmlCss syntax/css/css-backgrounds-3.vim
34syn include @htmlCss syntax/css/css-backgrounds-4.vim
45syn include @htmlCss syntax/css/css-break-3.vim
56syn include @htmlCss syntax/css/css-cascade-3.vim
@@ -53,7 +54,6 @@ syn include @htmlCss syntax/css/css-variables-1.vim
5354syn include @htmlCss syntax/css/css-will-change-1.vim
5455syn include @htmlCss syntax/css/css-writing-modes-3.vim
5556syn include @htmlCss syntax/css/css3-animations.vim
56- syn include @htmlCss syntax/css/css3-background.vim
5757syn include @htmlCss syntax/css/css3-box.vim
5858syn include @htmlCss syntax/css/css3-color.vim
5959syn include @htmlCss syntax/css/css3-conditional.vim
Original file line number Diff line number Diff line change 2828 animation-timing-function : auto;
2929}
3030
31- .background {
31+ .backgrounds-3 {
3232 background-clip : space;
3333 background-origin : round;
3434 background-size : local;
Original file line number Diff line number Diff line change 4040}
4141</ style >
4242< style >
43- .background {
43+ .backgrounds-3 {
4444 background-clip : space;
4545 background-origin : round;
4646 background-size : local;
You can’t perform that action at this time.
0 commit comments