From ef5b1c791aa0e2e52b990b38d05373e64c068e4b Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Thu, 27 Dec 2018 15:21:53 +0900 Subject: [PATCH] Follow changes in WD-css-box-3-20181218 See also: https://www.w3.org/TR/2018/WD-css-box-3-20181218/ --- after/syntax/css/box-3.vim | 2 ++ test/test.css | 3 +++ 2 files changed, 5 insertions(+) diff --git a/after/syntax/css/box-3.vim b/after/syntax/css/box-3.vim index cc6d6fe..ff4705d 100644 --- a/after/syntax/css/box-3.vim +++ b/after/syntax/css/box-3.vim @@ -1,3 +1,5 @@ +syn match cssBoxProp contained "\" +syn match cssBoxAttr contained "\" " These will be moved to block-3 syn match cssBoxProp contained "\" syn match cssBoxProp contained "\" diff --git a/test/test.css b/test/test.css index 370df85..1cf26af 100644 --- a/test/test.css +++ b/test/test.css @@ -43,6 +43,9 @@ } .box-3 { + margin-trim: auto; + display: in-flow; + /* .block-3 */ clear-after: auto; float-displace: auto; indent-edge-reset: auto;