norcalli / nvim-colorizer.lua

The fastest Neovim colorizer.
Other
2.25k stars 117 forks source link

Allow disabling `#RGB` codes and consider excluding partial matches #7

Closed norcalli closed 4 years ago

norcalli commented 4 years ago

It can match aggressively for words like matcher#add or #define. I could exclude these patterns from the matching as well by using a frontier pattern for no trailing characters as well. I can't see a reason not to do that, but while I'm at it, it would be very easy to add an exclusion option for fine grained control.

norcalli commented 4 years ago

Fixed by commit 962453e7b7c33bb8fd0075464e455b0aaff9fb13