nvim-colorizer.lua
nvim-colorizer.lua copied to clipboard
Fix parsing for RRGGBBAA hex codes
Resolves #53. The existing hex parser accidentally flips the r
and b
bytes for RRGGBBAA hex codes; this PR fixes that behavior.
Old behavior:
PR behavior:
@norcalli Could you please revisit this to get merged?
I can confirm that this works. Thank you @kwshi !
Please accept this request @norcalli
Is this failing again ?
Sorry for being inactive for so long, I'm going to try to be more active again.
And thanks for the PR