mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-11 21:11:52 +08:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82afdcdc63 | ||
|
|
7f1c068e64 | ||
|
|
6aa08ed7a8 | ||
|
|
444215b6fd | ||
|
|
246cc6e099 | ||
|
|
5540e02485 | ||
|
|
1a895dc088 | ||
|
|
841e4bb515 | ||
|
|
0ac0b4ca08 | ||
|
|
da60696e7b | ||
|
|
f3de982f44 | ||
|
|
6fab44a6c4 | ||
|
|
a72b347b75 |
1
after/syntax/css/cascade-5.vim
Normal file
1
after/syntax/css/cascade-5.vim
Normal file
@@ -0,0 +1 @@
|
||||
syn match cssFontAttr contained "\<revert-layer\>"
|
||||
@@ -1,3 +1,3 @@
|
||||
syn match cssColorProp contained "\<\(forced-\)\=color-adjust\>"
|
||||
syn match cssColorProp contained "\<\(forced-\|print-\)\=color-adjust\>"
|
||||
syn match cssColorProp contained "\<color-scheme\>"
|
||||
syn keyword cssFontAttr contained economy exact
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
syn match cssFontProp contained "\<contain-intrinsic-size\>"
|
||||
syn match cssFontAttr contained "\<\fit-content\>"
|
||||
syn match cssFontProp contained "\<min-intrinsic-sizing\>"
|
||||
syn match cssFontAttr contained "\<zero-if-\(scroll\|extrinsic\)\>"
|
||||
|
||||
@@ -65,14 +65,16 @@
|
||||
display: auto;
|
||||
}
|
||||
|
||||
@import "cascade-4.css" supports(display: auto);
|
||||
|
||||
.cascade-4 {
|
||||
display: revert;
|
||||
}
|
||||
|
||||
@import "conditional-3.css" supports(display: auto);
|
||||
@import "cascade-5.css" layer(framework component);
|
||||
|
||||
@supports (selector(.conditional-4)) {
|
||||
display: auto;
|
||||
.cascade-5 {
|
||||
display: revert-layer;
|
||||
}
|
||||
|
||||
.color-3 {
|
||||
@@ -103,6 +105,7 @@
|
||||
.color-adjust-1 {
|
||||
color-scheme: auto;
|
||||
forced-color-adjust: auto;
|
||||
print-color-adjust: auto;
|
||||
color-adjust: auto;
|
||||
display: light;
|
||||
display: economy;
|
||||
@@ -131,13 +134,17 @@
|
||||
}
|
||||
|
||||
@supports (display: auto) or
|
||||
(display: auto) not
|
||||
(display: auto) {
|
||||
(display: auto) not
|
||||
(display: auto) {
|
||||
.conditional-3 {
|
||||
display: auto;
|
||||
display: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@supports (selector(.conditional-4)) {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.contain-1 {
|
||||
contain: auto;
|
||||
display: layout;
|
||||
@@ -878,7 +885,10 @@ mask {
|
||||
|
||||
.sizing-4 {
|
||||
contain-intrinsic-size: auto;
|
||||
min-intrinsic-sizing: auto;
|
||||
display: fit-content;
|
||||
display: zero-if-scroll;
|
||||
display: zero-if-extrinsic;
|
||||
}
|
||||
|
||||
.speech-1 {
|
||||
|
||||
Reference in New Issue
Block a user