From e06bde335fdc1a26a162c0ee621a662a81209ad1 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Fri, 22 Sep 2023 16:54:27 +0900 Subject: [PATCH] Update page-3.vim https://www.w3.org/TR/2023/WD-css-page-3-20230914/ --- after/syntax/css/page-3.vim | 2 +- test/test.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/after/syntax/css/page-3.vim b/after/syntax/css/page-3.vim index e39ec4b..08431c1 100644 --- a/after/syntax/css/page-3.vim +++ b/after/syntax/css/page-3.vim @@ -1 +1 @@ -syn keyword cssFontProp contained marks bleed +syn keyword cssFontProp contained marks bleed page-orientation diff --git a/test/test.css b/test/test.css index 30e0178..1823051 100644 --- a/test/test.css +++ b/test/test.css @@ -672,6 +672,7 @@ mask { .page-3 { marks: auto; bleed: auto; + page-orientation: auto; } .page-floats-3 {