mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
update README
This commit is contained in:
@@ -7,7 +7,7 @@ Add CSS3 syntax support to [Vim][1]'s built-in `syntax/css.vim`.
|
|||||||
INSTALLATION
|
INSTALLATION
|
||||||
------------
|
------------
|
||||||
|
|
||||||
I strongly recommend to install this plugin on *Vim 7.4 or higher with default runtime files*.
|
I **strongly** recommend to install this plugin on *Vim 7.4 or higher with default runtime files*.
|
||||||
|
|
||||||
|
|
||||||
### Manual Installation
|
### Manual Installation
|
||||||
@@ -32,7 +32,7 @@ I do not plan to support CSS3 properties (or functions) with vendor prefixes, su
|
|||||||
* Changed unexpectedly
|
* Changed unexpectedly
|
||||||
* Removed silently
|
* Removed silently
|
||||||
|
|
||||||
These must be supported by seperate syntax plugins (Vim 7.4's default CSS syntax file support this). If you want to highlight prefixed properties or functions manually, `:highlight` and `:match` would help.
|
These must be supported by seperate syntax plugins (Vim 7.4's default CSS syntax file supports this). If you want to highlight prefixed properties or functions manually, `:highlight` and `:match` would help:
|
||||||
|
|
||||||
:highlight VendorPrefix guifg=#00ffff gui=bold
|
:highlight VendorPrefix guifg=#00ffff gui=bold
|
||||||
:match VendorPrefix /-\(moz\|webkit\|o\|ms\)-[a-zA-Z-]\+/
|
:match VendorPrefix /-\(moz\|webkit\|o\|ms\)-[a-zA-Z-]\+/
|
||||||
@@ -53,6 +53,7 @@ HISTORY
|
|||||||
* Add CSS Fonts Module Level 3 features
|
* Add CSS Fonts Module Level 3 features
|
||||||
* Split CSS Counter Styles Level 3 features from `css3-lists.vim`
|
* Split CSS Counter Styles Level 3 features from `css3-lists.vim`
|
||||||
* Follow spec updates
|
* Follow spec updates
|
||||||
|
* Add missing values
|
||||||
* Add notes about CSS preprocessors
|
* Add notes about CSS preprocessors
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user