From afcbfc85a823f19390c553f758c43bb47bbe5c72 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Wed, 10 Oct 2018 17:04:19 +0900 Subject: [PATCH] Add easing-1.vim No new syntaxs, see also: https://www.w3.org/TR/2018/WD-css-easing-1-20181009/ --- after/syntax/css/easing-1.vim | 0 test/test.css | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 after/syntax/css/easing-1.vim diff --git a/after/syntax/css/easing-1.vim b/after/syntax/css/easing-1.vim new file mode 100644 index 0000000..e69de29 diff --git a/test/test.css b/test/test.css index 5e641f7..57359a9 100644 --- a/test/test.css +++ b/test/test.css @@ -228,6 +228,10 @@ display: ruby-text-group; } +.easing-1 { + display: auto; +} + .exclusions-3 { wrap-flow: auto; wrap-through: auto;