gko / vim-coloresque

css/less/sass/html color preview for vim
352 stars 63 forks source link

[A-Za-z] before # should cause no color matching #40

Closed knghtbrd closed 4 years ago

knghtbrd commented 5 years ago

When using minpac, one's vimrc/init.vim is likely to contain a bunch of call minpac#add() lines, where the #add is getting interpreted as a color. But it really ought not to be considered a color, since it follows an alphanumeric character.

Love the plugin!