norcalli/nvim-colorizer.lua

Support modern CSS rgb() functions

Opened this issue · 2 comments

Currently colorizer only supports these function when they use comma separated parameters and float alpha. Please add support for space separated parameters and percentage alpha.

I am currently maintaining https://github.com/brenoprata10/nvim-highlight-colors.
My plugin is web-based, so all of the CSS scope is/will be supported

Oh wow, I missed this comment. I switched to your plugin, seeing as this seems to be no longer maintained.