nvim-colorizer.lua
nvim-colorizer.lua copied to clipboard
Support lowercase color names?
I anticipate that people might want this feature. Adding it as a configurable option will bring additional complexity, so I'm thinking of making it enabled by default.
Is there any good use case for not highlighting lowercase names and only doing uppercase?
Is there any good use case for not highlighting lowercase names and only doing uppercase?
Is there any case where not highlighting lowercase names is intended?
I was actually looking through the code trying to figure out how to match all uppercase color names, I would say support for both would be good to have. Any tips on how to do this?
https://github.com/norcalli/nvim-colorizer.lua/pull/77
just use config to enable lowercase
require 'colorizer'.setup({lowercase = true})