From 0968a360f085a083f21f80d57a460cad8f59dd2c Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Wed, 1 Jul 2026 07:09:21 +0900 Subject: [PATCH] Update gaps-1.vim https://www.w3.org/TR/2026/WD-css-gaps-1-20260624/ --- after/syntax/css/align-3.vim | 2 +- after/syntax/css/gaps-1.vim | 4 ++-- test/test.css | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/after/syntax/css/align-3.vim b/after/syntax/css/align-3.vim index cae51fa..d4e1274 100644 --- a/after/syntax/css/align-3.vim +++ b/after/syntax/css/align-3.vim @@ -1,2 +1,2 @@ -syn keyword cssFontProp contained place-self place-content place-items row-gap +syn keyword cssFontProp contained place-self place-content place-items syn keyword cssFontAttr contained safe unsafe legacy self-start self-end diff --git a/after/syntax/css/gaps-1.vim b/after/syntax/css/gaps-1.vim index 318f0be..bdc2bc3 100644 --- a/after/syntax/css/gaps-1.vim +++ b/after/syntax/css/gaps-1.vim @@ -1,2 +1,2 @@ -syn keyword cssFontProp contained column-rule-break row-rule-break rule-break column-rule-edge-inset-start column-rule-edge-inset-end column-rule-interior-inset-start column-rule-interior-inset-end row-rule-edge-inset-start row-rule-edge-inset-end row-rule-interior-inset-start row-rule-interior-inset-end rule-overlap row-rule-color rule-color row-rule-style rule-style row-rule-width rule-width row-rule rule -syn keyword cssFontAttr contained intersection row-over-column column-over-row +syn keyword cssFontProp contained row-gap column-rule-break row-rule-break rule-break column-rule-edge-inset-start column-rule-edge-inset-end column-rule-interior-inset-start column-rule-interior-inset-end row-rule-edge-inset-start row-rule-edge-inset-end row-rule-interior-inset-start row-rule-interior-inset-end rule-overlap row-rule-color rule-color row-rule-style rule-style row-rule-width rule-width row-rule rule +syn keyword cssFontAttr contained intersection row-over-column column-over-row overlap-join diff --git a/test/test.css b/test/test.css index 98e4b26..375e71d 100644 --- a/test/test.css +++ b/test/test.css @@ -2,7 +2,6 @@ place-self: auto; place-content: auto; place-items: auto; - row-gap: auto; display: safe; display: unsafe; display: self-start; @@ -608,6 +607,7 @@ } .gaps-1 { + row-gap: auto; column-rule-break: auto; row-rule-break: auto; rule-break: auto; @@ -630,6 +630,7 @@ display: intersection; display: row-over-column; display: column-over-row; + display: overlap-join; } .gcpm-3::footnote-call,