From ecbebd2b9ff80d24fa555f82a144fda1bce47abe Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Tue, 19 Apr 2011 22:01:41 +0900 Subject: [PATCH] update README.md * add "About Vendor Extension" section --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a6299eb..70e3622 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,20 @@ DESCRIPTION Add CSS3 syntax support to vim's built-in `syntax/css.vim`. +About Vendor Extension +---------------------- + +I don't hava a plan to support a CSS 3 property (and function) with +vendor extension, such as -webkit- or -moz-. These are hard to maintain +because: + + * Added frequently + * Changed unexpectedly + * Removed silently + +These must be supported by seperate syntax plugin. + + INSTALLATION ============