Skip to content

Commit d51573b

Browse files
committed
first commit
0 parents  commit d51573b

3 files changed

Lines changed: 414 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
css\_color Vim plugin
2+
====================
3+
4+
[css\_color.vim](http://www.vim.org/scripts/script.php?script_id=2150) plugin by Niklas Hofer is great, but lacks two important features:
5+
6+
* Highlighting multiple colors on the same line (not sure if anyone uses it though)
7+
* rgb and rgba color notation for all those fancy CSS3 niceties
8+
9+
So here is my patch.
10+
11+
!(Screen shot)[Screen%20shot%202010-07-04%20at%200.19.46.png]
12+
13+
[My inpiration](http://julien.danjou.info/rainbow-mode.html) and [ConvertBase.vim](http://www.vim.org/scripts/script.php?script_id=54) plugin I used for base conversion.
14+
15+
I highly recomend using [pathogen.vim](http://www.vim.org/scripts/script.php?script_id=2332) plugin for all your plugin installations. It's so good, it should be illegal. God bless Tim Pope.
71.4 KB
Loading

0 commit comments

Comments
 (0)