solorice/nvim/plugged/vim-css-color
2022-04-27 11:41:37 +03:00
..
after/syntax Initial commit 2022-04-27 11:41:37 +03:00
autoload Initial commit 2022-04-27 11:41:37 +03:00
syntax/colornames Initial commit 2022-04-27 11:41:37 +03:00
tests Initial commit 2022-04-27 11:41:37 +03:00
.gitattributes Initial commit 2022-04-27 11:41:37 +03:00
LICENSE Initial commit 2022-04-27 11:41:37 +03:00
README.md Initial commit 2022-04-27 11:41:37 +03:00

CSS Color

A very fast, multi-syntax context-sensitive color name highlighter
#  Install:  If you use a plugin manager then follow its instructions.  Otherwise:     
git clone https://github.com/ap/vim-css-color.git ~/.vim/pack/css-color/start/css-color

Inspired by Niklas Hofer and Max Vasiliev.