NvChad / nvim-colorizer.lua

Maintained fork of the fastest Neovim colorizer
Other
706 stars 47 forks source link

FR: Support for hexadecimal strings #43

Open Jlll1 opened 1 year ago

Jlll1 commented 1 year ago

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

Akianonymus commented 1 year ago

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

joshpetit commented 1 year ago

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