nvim-colorizer.lua icon indicating copy to clipboard operation
nvim-colorizer.lua copied to clipboard

FR: Support for hexadecimal strings

Open Jlll1 opened this issue 3 years ago • 2 comments

Many applications require use of hexadecimal representation for colors (for example 0x0000aa). Currently nvim-colorizer does not highlight these. This feature request is about adding support for hexadecimal color representation and highlighting them as well. Example: image

Jlll1 avatar Jan 06 '23 01:01 Jlll1

This is just valid for #0000aa or #FF32A18B too ?

Akianonymus avatar Feb 25 '23 09:02 Akianonymus

This would be helpful since in Flutter all the colors are specified in Hexadecimal, so I would +1 this as well!

joshpetit avatar Mar 26 '23 22:03 joshpetit