From ba724e772559d3dd8f3e5059b4f5e6e024f7b332 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Sat, 26 Oct 2019 20:30:41 +0900 Subject: [PATCH] Update properties-values-api-1.vim https://www.w3.org/TR/2019/WD-css-properties-values-api-1-20191025/ --- after/syntax/css/properties-values-api-1.vim | 2 ++ test/test.css | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/after/syntax/css/properties-values-api-1.vim b/after/syntax/css/properties-values-api-1.vim index e69de29..48f3104 100644 --- a/after/syntax/css/properties-values-api-1.vim +++ b/after/syntax/css/properties-values-api-1.vim @@ -0,0 +1,2 @@ +syn keyword cssFontProp contained syntax inherits +syn match cssFontProp contained "\" diff --git a/test/test.css b/test/test.css index be20608..73ac646 100644 --- a/test/test.css +++ b/test/test.css @@ -662,7 +662,9 @@ mask { } .properties-values-api-1 { - display: auto; + syntax: auto; + inherits: auto; + initial-value: auto; } .pseudo-4::inactive-selection,