Skip to content

Commit 3652050

Browse files
committed
Add compatibility section
1 parent 44212d3 commit 3652050

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

+13-7
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,20 @@ CSS3 syntax (and syntax defined in some foreign specifications) support for
55
[Vim][1]’s built-in `syntax/css.vim`
66

77

8-
INSTALLATION
9-
------------
8+
COMPATIBILITY
9+
-------------
1010

1111
This syntax files are compatible with the default runtime files that come with
1212
**Vim 9.0 or higher**. If you still use Vim 8.x or lower, you must:
1313

14-
- Update runtime files (recommended)
15-
- Use [older version][2]
16-
- Switch to [`vim80` branch][3]
14+
- Copy [latest CSS syntax file][2] to your `~/.vim/` directory (recommended)
15+
- Update runtime files
16+
- Use [older version][3]
17+
- Switch to [`vim80` branch][4]
18+
19+
20+
INSTALLATION
21+
------------
1722

1823

1924
### Vim package
@@ -78,5 +83,6 @@ MIT
7883

7984

8085
[1]: http://www.vim.org/
81-
[2]: https://github.com/hail2u/vim-css3-syntax/releases/tag/v1.10.2
82-
[3]: https://github.com/hail2u/vim-css3-syntax/tree/vim80
86+
[2]: https://github.com/vim/vim/blob/master/runtime/syntax/css.vim
87+
[3]: https://github.com/hail2u/vim-css3-syntax/releases/tag/v1.10.2
88+
[4]: https://github.com/hail2u/vim-css3-syntax/tree/vim80

0 commit comments

Comments
 (0)