From d7f0f43dfcd53f2ceb4ca1320b3050b9f6c0edfb Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Thu, 27 Dec 2018 15:31:34 +0900 Subject: [PATCH] Follow changes in WD-motion-1-20181218 See also: https://www.w3.org/TR/2018/WD-motion-1-20181218/ --- after/syntax/css/motion-1.vim | 2 +- test/test.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/after/syntax/css/motion-1.vim b/after/syntax/css/motion-1.vim index e5dc15f..454d463 100644 --- a/after/syntax/css/motion-1.vim +++ b/after/syntax/css/motion-1.vim @@ -1,2 +1,2 @@ -syn match cssFontProp contained "\" +syn match cssFontProp contained "\" syn region cssFunction contained matchgroup=cssFunctionName start="\<\(ray\|path\)\s*(" end=")" oneline keepend diff --git a/test/test.css b/test/test.css index 29acfa8..a370d35 100644 --- a/test/test.css +++ b/test/test.css @@ -565,6 +565,7 @@ mask { .motion-1 { offset-path: auto; offset-distance: auto; + offset-position: auto; offset-anchor: auto; offset-rotate: auto; offset: auto;