• Stars
    star
    648
  • Rank 69,480 (Top 2 %)
  • Language
    Vim Script
  • Created over 14 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Highlight colors in css files

vim-css-color plugin

css_color.vim plugin by Niklas Hofer is great, but lacks two important features:

  • Highlighting multiple colors on the same line (not sure if anyone uses it though)
  • rgb and rgba color notation for all those fancy CSS3 niceties

So here is my patch.

Screen shot

Configuration

g:cssColorVimDoNotMessMyUpdatetime is used when updatetime value set by plugin (100ms) is interfering with your configuration.

let g:cssColorVimDoNotMessMyUpdatetime = 1

Post Scriptum

Major kudos to rainbow-mode.el, from which I borrowed some code, and to ConvertBase.vim plugin I used for base conversion.

I highly recommend using pathogen.vim plugin for all your plugin installations. It's so good, it should be illegal. God bless Tim Pope.