mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
42 lines
495 B
Markdown
42 lines
495 B
Markdown
TITLE
|
|
=====
|
|
|
|
vim-css3-syntax
|
|
|
|
|
|
DESCRIPTION
|
|
===========
|
|
|
|
Add CSS3 syntax support to vim's built-in `syntax/css.vim`.
|
|
|
|
|
|
INSTALLATION
|
|
============
|
|
|
|
Extract vim-css3-syntax.tar.gz and copy contents to `~/.vim` directory.
|
|
|
|
|
|
Git and pathogen
|
|
================
|
|
|
|
$ cd ~/.vim/bundle
|
|
$ git clone https://hail2u@github.com/hail2u/vim-css3-syntax.git
|
|
|
|
|
|
HISTORY
|
|
=======
|
|
|
|
v0.2
|
|
----
|
|
* almost all CSS3 features added
|
|
|
|
v0.1
|
|
----
|
|
* Initial release
|
|
|
|
|
|
AUTHOR
|
|
======
|
|
|
|
* Kyo Namegashima <kyo@hail2u.net>
|