mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-09 20:14:48 +08:00
Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03c1c9001d | ||
|
|
feea4b6c25 | ||
|
|
53eef9c64c | ||
|
|
ef50fcbe7e | ||
|
|
be717f2c70 | ||
|
|
47b3ce2e5a | ||
|
|
cf22db698e | ||
|
|
6ed54d346b | ||
|
|
b2d66799b7 | ||
|
|
da0119205e | ||
|
|
4e71c04913 | ||
|
|
8c6b5eaf1f | ||
|
|
afcbfc85a8 |
@@ -0,0 +1 @@
|
|||||||
|
syn keyword cssFontAttr contained recto verso
|
||||||
|
|||||||
0
after/syntax/css/easing-1.vim
Normal file
0
after/syntax/css/easing-1.vim
Normal file
@@ -1 +1 @@
|
|||||||
syn keyword cssFontAttr contained recto verso
|
syn keyword cssFontProp contained marks bleed
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ syn match cssPseudoClassId contained "\<\(in\|out-of\)-range\>"
|
|||||||
syn match cssPseudoClassId contained "\<user-invalid\>"
|
syn match cssPseudoClassId contained "\<user-invalid\>"
|
||||||
syn match cssPseudoClassId contained "\<target-within\>"
|
syn match cssPseudoClassId contained "\<target-within\>"
|
||||||
syn match cssPseudoClassId contained "\<focus-\(within\|visible\)\>"
|
syn match cssPseudoClassId contained "\<focus-\(within\|visible\)\>"
|
||||||
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":\(matches\|dir\|local-link\|current\|nth\(-last\)\=-col\|has\|drop\)(" end=")" oneline
|
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":\(is\|dir\|local-link\|current\|nth\(-last\)\=-col\|has\|where\)(" end=")" oneline
|
||||||
|
|||||||
1
after/syntax/css/shadow-parts-1.vim
Normal file
1
after/syntax/css/shadow-parts-1.vim
Normal file
@@ -0,0 +1 @@
|
|||||||
|
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":part(" end=")" oneline
|
||||||
@@ -59,7 +59,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.break-3 {
|
.break-3 {
|
||||||
display: auto;
|
display: recto;
|
||||||
|
display: verso;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cascade-3 {
|
.cascade-3 {
|
||||||
@@ -228,6 +229,10 @@
|
|||||||
display: ruby-text-group;
|
display: ruby-text-group;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.easing-1 {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.exclusions-3 {
|
.exclusions-3 {
|
||||||
wrap-flow: auto;
|
wrap-flow: auto;
|
||||||
wrap-through: auto;
|
wrap-through: auto;
|
||||||
@@ -586,8 +591,8 @@ mask {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.page-3 {
|
.page-3 {
|
||||||
display: recto;
|
marks: auto;
|
||||||
display: verso;
|
bleed: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-floats-3 {
|
.page-floats-3 {
|
||||||
@@ -753,7 +758,7 @@ mask {
|
|||||||
.selectors-4:in-range,
|
.selectors-4:in-range,
|
||||||
.selectors-4:out-of-range,
|
.selectors-4:out-of-range,
|
||||||
.selectors-4:user-invalid,
|
.selectors-4:user-invalid,
|
||||||
.selectors-4:matches(:hover, :focus),
|
.selectors-4:is(:hover, :focus),
|
||||||
.selectors-4:dir(ltr),
|
.selectors-4:dir(ltr),
|
||||||
.selectors-4:local-link(0),
|
.selectors-4:local-link(0),
|
||||||
.selectors-4:current(p, li, dt, dd),
|
.selectors-4:current(p, li, dt, dd),
|
||||||
@@ -765,7 +770,7 @@ mask {
|
|||||||
.selectors-4:playing,
|
.selectors-4:playing,
|
||||||
.selectors-4:paused,
|
.selectors-4:paused,
|
||||||
.selectors-4:has(> img),
|
.selectors-4:has(> img),
|
||||||
.selectors-4:drop(active) {
|
.selectors-4:where(:not(:hover)) {
|
||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -773,6 +778,10 @@ mask {
|
|||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shadow-parts::part(textspan) {
|
||||||
|
display: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.shapes-1 {
|
.shapes-1 {
|
||||||
shape-outside: auto;
|
shape-outside: auto;
|
||||||
shape-image-threshold: auto;
|
shape-image-threshold: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user