inkarkat / css.vim

Cutting-edge vim css syntax file

Home Page:www.vim.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim CSS Syntax File

Installation

Manual

copy css.vim file into your ~/.vim/syntax/ directory;

Using Vundle:

add the following line to your ~/.vimrc file;

Bundle "JulesWang/css.vim"

and run :BundleInstall in vim.

Change Log

  • 2013-08-28: Add support for pseudo-class functions.
  • 2013-07-30: Highlight Props and Attrs with different colors.
  • 2013-07-22: Fix @media(issue #6),@import,@charset,@namespace,@page,@keyframe syntaxs.
  • 2013-01-13: Add support for installation using vundle.
  • 2011-10-15: Add 130 more color names.
  • 2011-09-13: Test and add some missing items.
  • 2011-09-11: 80% css3 support.

Thanks

About

Cutting-edge vim css syntax file

www.vim.org


Languages

Language:Vim Script 91.3%Language:CSS 8.7%