All Projects → skammer → Vim Css Color

skammer / Vim Css Color

Highlight colors in css files

Labels

Projects that are alternatives of or similar to Vim Css Color

Vim Seek
Seek makes navigating long lines effortless, acting like f but taking two characters.
Stars: ✭ 452 (-28.82%)
Mutual labels:  viml
Vim Mundo
🎄 Vim undo tree visualizer
Stars: ✭ 530 (-16.54%)
Mutual labels:  viml
Vim Gnupg
This script implements transparent editing of gpg encrypted files.
Stars: ✭ 566 (-10.87%)
Mutual labels:  viml
Vim Taskwarrior
vim interface for taskwarrior
Stars: ✭ 456 (-28.19%)
Mutual labels:  viml
Autoconfig Mac Vimrc
autoconfig mac vimrc with bundle
Stars: ✭ 502 (-20.94%)
Mutual labels:  viml
Snipmate Snippets
A collection of snippets for snipmate
Stars: ✭ 541 (-14.8%)
Mutual labels:  viml
Vim Bufferline
super simple vim plugin to show the list of buffers in the command bar
Stars: ✭ 448 (-29.45%)
Mutual labels:  viml
Vim Less
vim syntax for LESS (dynamic CSS)
Stars: ✭ 609 (-4.09%)
Mutual labels:  viml
Vim Ruby Refactoring
Refactoring tool for Ruby in vim!
Stars: ✭ 503 (-20.79%)
Mutual labels:  viml
Dotvim
An attempt at The Ultimate Vim Configuration™ with focus on Rails development. DEPRECATED, SEE https://github.com/vitaly/dotvim2
Stars: ✭ 553 (-12.91%)
Mutual labels:  viml
Vim Es6
List of JavaScript ES6 snippets and syntax highlighting for vim.
Stars: ✭ 465 (-26.77%)
Mutual labels:  viml
Vim Autoclose
This plugin for Vim enable an auto-close chars feature for you. For instance if you type an '(', ``autoclose`` will automatically insert a ')' and put the cursor between than.
Stars: ✭ 497 (-21.73%)
Mutual labels:  viml
Creep
a pretty sweet 4px wide pixel font.
Stars: ✭ 546 (-14.02%)
Mutual labels:  viml
Yunocommit.vim
Y U NO commit after so many writes???
Stars: ✭ 456 (-28.19%)
Mutual labels:  viml
Hardmode
Vim: Hard Mode (deprecated)
Stars: ✭ 580 (-8.66%)
Mutual labels:  viml
Wildfire.vim
Smart selection of the closest text object
Stars: ✭ 448 (-29.45%)
Mutual labels:  viml
Yats.vim
Yet Another TypeScript Syntax: The most advanced TypeScript Syntax Highlighting in Vim
Stars: ✭ 539 (-15.12%)
Mutual labels:  viml
Timl
Clojure like language which compiles down to VimL
Stars: ✭ 622 (-2.05%)
Mutual labels:  viml
Taglist.vim
Source code browser (supports C/C++, java, perl, python, tcl, sql, php, etc)
Stars: ✭ 604 (-4.88%)
Mutual labels:  viml
Vim As A Python Ide
Example code from my PyCon APAC 2012 talk.
Stars: ✭ 549 (-13.54%)
Mutual labels:  viml

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].