Compare commits

...

6 Commits

Author SHA1 Message Date
Kyo Nagashima
cc35f339d8 2.6.0 2025-01-05 08:03:07 +09:00
Kyo Nagashima
4f8d08e82b Add multicol-2.vim
https://www.w3.org/TR/2024/WD-css-multicol-2-20241219/
2024-12-21 07:53:44 +09:00
Kyo Nagashima
8d496ec664 Add display-4.vim
https://www.w3.org/TR/2024/WD-css-display-4-20241219/
2024-12-21 07:48:27 +09:00
Kyo Nagashima
349772545f Add overflow-5.vim
https://www.w3.org/TR/2024/WD-css-overflow-5-20241217/
2024-12-19 08:05:16 +09:00
Kyo Nagashima
000f04273c Add color-hdr-1.vim
https://www.w3.org/TR/2024/WD-css-color-hdr-1-20241217/
2024-12-19 07:56:46 +09:00
Kyo Nagashima
b7778bc209 Update values-5.vim
https://www.w3.org/TR/2024/WD-css-values-5-20241111/
2024-11-13 07:22:02 +09:00
6 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
syn keyword cssFontProp contained dynamic-range-limit
syn keyword cssFontAttr contained standard constrained-high
syn region cssFunction contained matchgroup=cssFunctionName start="\<dynamic-range-limit-mix\s*(" end=")" oneline keepend

View File

@@ -0,0 +1,2 @@
syn keyword cssFontProp contained reading-flow
syn keyword cssFontAttr contained flex-visual flex-flow grid-rows grid-columns

View File

@@ -0,0 +1 @@
syn keyword cssPseudoClassId contained column

View File

@@ -0,0 +1,2 @@
syn keyword cssFontProp contained scroll-marker-group
syn keyword cssPseudoClassId contained scroll-marker-group scroll-marker target-current

View File

@@ -1,3 +1,3 @@
syn keyword cssFontProp contained interpolate-size
syn keyword cssFontAttr contained numeric-only allow-keyword
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(\(\(media\|container\)-\)\=progress\|\(\(calc\|transform\)-\)\=mix\|cross-fade\|first-valid\|toggle\|random\(-item\)\=\|sibling-\(count\|index\)\|calc-size\)\s*(" end=")" oneline keepend
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(\(\(media\|container\)-\)\=progress\|\(\(calc\|transform\)-\)\=mix\|cross-fade\|first-valid\|toggle\|if\|inherit\|random\(-item\)\=\|sibling-\(count\|index\)\|calc-size\)\s*(" end=")" oneline keepend

View File

@@ -176,6 +176,13 @@
display: exact;
}
.color-hdr-1 {
dynamic-range-limit: auto;
display: standard;
display: constrained-high;
display: dynamic-range-limit-mix(standard 10%, constrained-high 40%, high 50%);
}
.compositing-1 {
mix-blend-mode: auto;
isolation: auto;
@@ -332,6 +339,14 @@
display: run-in;
}
.display-4 {
reading-flow: auto;
display: flex-visual;
display: flex-flow;
display: grid-rows;
display: grid-columns;
}
.easing-1 {
display: auto;
}
@@ -705,6 +720,10 @@ mask {
display: balance-all;
}
.multicol-2::column {
display: auto:
}
.namespace-3 {
display: auto;
}
@@ -745,6 +764,12 @@ mask {
display: fragments;
}
.overflow-5::scroll-marker-group,
.overflow-5::scroll-marker,
.overflow-5:target-current {
sroll-marker-group: auto;
}
.overscroll-1 {
overscroll-behavior: auto;
overscroll-behavior-block: auto;
@@ -1383,6 +1408,8 @@ view {
display: cross-fade(15%, url(foo.png), white);
display: toggle(italic, normal);
display: first-valid(center, none, 1px);
display: if(media(screen): red; else: auto);
display: inherit(--foo, auto);
display: random(1, 10, by 1);
display: random-item(--x, red, yellow, green);
display: sibling-count();