mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
update README.md
* add "About Vendor Extension" section
This commit is contained in:
14
README.md
14
README.md
@@ -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
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user