mirror of
https://github.com/gko/vim-coloresque.git
synced 2025-12-06 12:54:27 +08:00
b06d67a073fdbf0614a548d3d2dbd5dacb667f07
Valid colors won't appear inside of a word, so we'll use a clever bit of
vim to match them only not immediately after a word (as opposed to a
WORD, they're not the same thing in vim.) This was done by patching the
patterns in about line 319-321.
This created a new problem however if an invalid color such as…
call minpac#add('gko/vim-coloresque')
…happened to appear in the same file as a valid '#add' color. To fix
that, we use the same '\w\@<!' trick on b:matchescache. Issue fixed.
Thanks to markzen for suggesting the regex solution, I'd never have
stumbled upon it myself without a pointer in the right direction.
Coloresque
Important! If you experience any lags in css/html/less/sass files please update to latest version(0.9.5) of plugin.
The issue #13 from 26.09.2013. Sorry for the inconvenience.
color preview for vim.
###Overview
This is merge of ap vim-css-color and colorizer. The main goal was to fix cursorline bug and keep named colors(i.e. white, black, aqua). I ended up mixing both plugins plus wrote some stuff, so I decided to leave it as a separate plugin.
###Installation
Via vundle:
Bundle 'https://github.com/gorodinskiy/vim-coloresque.git'
###Features
You can still use hsl(a)
or multiple colours on same line
and you can use named colors(case insensitive)
Description
Languages
Vim Script
100%



