From a63e01af901c790ebef907d3c6a4a99e03dbb199 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Sun, 3 Jan 2016 19:53:05 +0900 Subject: [PATCH] Add motion-1.vim See also: http://www.w3.org/TR/motion-1/ --- after/syntax/css/motion-1.vim | 2 ++ after/syntax/html.vim | 1 + test/test.css | 7 +++++++ test/test.html | 8 ++++++++ 4 files changed, 18 insertions(+) create mode 100644 after/syntax/css/motion-1.vim diff --git a/after/syntax/css/motion-1.vim b/after/syntax/css/motion-1.vim new file mode 100644 index 0000000..3570e78 --- /dev/null +++ b/after/syntax/css/motion-1.vim @@ -0,0 +1,2 @@ +syn match cssFontProp contained "\" +syn region cssFunction contained matchgroup=cssFunctionName start="\ +