Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

inkarkat/css.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 91.3%
  • CSS 8.7%