mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-07-29 11:16:43 +08:00
3b3bdce544426e89e0c4c73cb32d96b32d36a052
* add cssSelectorOp and cssAttributeSelector: .foo[title="bar"] * add cssPseudoClass for: .foo:hover
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
Description
CSS3 syntax (and syntax defined in some foreign specifications) support for Vim's built-in syntax/css.vim
866 KiB
Languages
CSS
55.3%
Vim Script
44.7%