Is there a Vim plugin for Highlighting Hex, Rgb, Colors
I've been settling myself into Vim these days, I kind of like the HexHighlight Plugin, But I kind of need something that's even better, for example highlighting color names, Hex Codes, rgb c开发者_开发技巧olor etc. And yeah I do need the text to be visble, contrary to HexHighlight
I use a fork of css_color, vim-css-color which claims to fix a few of its shortcomings (mainly speed improvements).
Kind of late to the party, but I would mention that Colorizer is a good alternative to vim_css_color.
Especially for those who intend to use it for filetypes which the latter does not support; i.e. personal dotfiles which do not rely on Xresources.
You mean like this plugin: css_color ?
精彩评论