From 2714472120560527b17067f86f5f7c945b9545fe Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Fri, 24 Apr 2020 09:15:21 +0900 Subject: [PATCH] Add box-4.vim https://www.w3.org/TR/2020/WD-css-box-4-20200421/ --- after/syntax/css/box-4.vim | 2 ++ test/test.css | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 after/syntax/css/box-4.vim diff --git a/after/syntax/css/box-4.vim b/after/syntax/css/box-4.vim new file mode 100644 index 0000000..f6771dd --- /dev/null +++ b/after/syntax/css/box-4.vim @@ -0,0 +1,2 @@ +syn match cssBoxProp contained "\" +syn match cssBoxAttr contained "\" diff --git a/test/test.css b/test/test.css index 0ee5593..21f3b75 100644 --- a/test/test.css +++ b/test/test.css @@ -51,6 +51,11 @@ display: auto; } +.box-4 { + margin-trim: auto; + display: in-flow; +} + .break-3 { display: recto; display: verso;