mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
Add compatibility section
This commit is contained in:
20
README.md
20
README.md
@@ -5,15 +5,20 @@ CSS3 syntax (and syntax defined in some foreign specifications) support for
|
|||||||
[Vim][1]’s built-in `syntax/css.vim`
|
[Vim][1]’s built-in `syntax/css.vim`
|
||||||
|
|
||||||
|
|
||||||
INSTALLATION
|
COMPATIBILITY
|
||||||
------------
|
-------------
|
||||||
|
|
||||||
This syntax files are compatible with the default runtime files that come with
|
This syntax files are compatible with the default runtime files that come with
|
||||||
**Vim 9.0 or higher**. If you still use Vim 8.x or lower, you must:
|
**Vim 9.0 or higher**. If you still use Vim 8.x or lower, you must:
|
||||||
|
|
||||||
- Update runtime files (recommended)
|
- Copy [latest CSS syntax file][2] to your `~/.vim/` directory (recommended)
|
||||||
- Use [older version][2]
|
- Update runtime files
|
||||||
- Switch to [`vim80` branch][3]
|
- Use [older version][3]
|
||||||
|
- Switch to [`vim80` branch][4]
|
||||||
|
|
||||||
|
|
||||||
|
INSTALLATION
|
||||||
|
------------
|
||||||
|
|
||||||
|
|
||||||
### Vim package
|
### Vim package
|
||||||
@@ -78,5 +83,6 @@ MIT
|
|||||||
|
|
||||||
|
|
||||||
[1]: http://www.vim.org/
|
[1]: http://www.vim.org/
|
||||||
[2]: https://github.com/hail2u/vim-css3-syntax/releases/tag/v1.10.2
|
[2]: https://github.com/vim/vim/blob/master/runtime/syntax/css.vim
|
||||||
[3]: https://github.com/hail2u/vim-css3-syntax/tree/vim80
|
[3]: https://github.com/hail2u/vim-css3-syntax/releases/tag/v1.10.2
|
||||||
|
[4]: https://github.com/hail2u/vim-css3-syntax/tree/vim80
|
||||||
|
|||||||
Reference in New Issue
Block a user