From 6e8eb4ee6e3e1e802e1972b656a1de230ea56615 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Fri, 23 Jan 2026 11:25:01 +0900 Subject: [PATCH] Update grid-3.vim https://www.w3.org/TR/2026/WD-css-grid-3-20260121/ --- after/syntax/css/grid-3.vim | 2 +- test/test.css | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/after/syntax/css/grid-3.vim b/after/syntax/css/grid-3.vim index 1fe1d84..c9f89d6 100644 --- a/after/syntax/css/grid-3.vim +++ b/after/syntax/css/grid-3.vim @@ -1,2 +1,2 @@ -syn keyword cssFontProp contained item-tolerance +syn keyword cssFontProp contained flow-tolerance item-track item-direction item-cross item-pack item-flow syn keyword cssFontAttr contained grid-lanes inline-grid-lanes diff --git a/test/test.css b/test/test.css index d843939..8cb92fa 100644 --- a/test/test.css +++ b/test/test.css @@ -652,7 +652,13 @@ } .grid-3 { - item-tolerance: auto; + flow-tolerance: auto; + item-track: auto; + item-direction: auto; + item-cross: auto; + item-wrap: auto; + item-pack: auto; + item-flow: auto; display: grid-lanes; display: inline-grid-lanes; }