update README.md

* add "About Vendor Extension" section
This commit is contained in:
Kyo Nagashima
2011-04-19 22:01:41 +09:00
parent 9bd145402e
commit ecbebd2b9f

View File

@@ -10,6 +10,20 @@ DESCRIPTION
Add CSS3 syntax support to vim's built-in `syntax/css.vim`. 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 INSTALLATION
============ ============