abe33 / atom-pigments

An Atom package to display colors in project and files.
MIT License
522 stars 68 forks source link

hsl not working #404

Closed paulequilibrio closed 6 years ago

paulequilibrio commented 6 years ago

Hi, thanks for that amazing package. But, unfortunately, I can't get hsl pigments on js files. It's working: hex, rgb, hsla, but not hsl:

hsla(60,100%,50%,1); => working
hsl(60,100%,50%); => not working

I'm using Linux, Atom v1.28.0 and pigments v0.40.2.

Thanks in advance!

Cxarli commented 6 years ago

Please try this fix: https://github.com/abe33/atom-pigments/pull/405

paulequilibrio commented 6 years ago

Thanks, it worked.

chrisdrackett commented 5 years ago

@C-Bouthoorn is this working in all file types? I'm in a json file using the master branch of this project from GitHub and it seem to only pick up hsla and not hsl

example