src-d / enry

A faster file programming language detector
https://blog.sourced.tech/post/enry/
Apache License 2.0
460 stars 51 forks source link

Implement getting HTML color code for languages #233

Closed lafriks closed 5 years ago

lafriks commented 5 years ago

Adds utility function GetColor(language string) string

lafriks commented 5 years ago

Is there anything else I need to do to get this merged?

creachadair commented 5 years ago

Is there anything else I need to do to get this merged?

Sorry for the delay. @bzz who maintains this repo is out of the office this week, but should be able to take a look when he gets back. The change looks fine from a functional perspective, but I'd like Alex's feedback on whether it makes sense to include it.

bzz commented 5 years ago

Sorry for delay, great job @lafriks, LGTM.

It would be also interesting to know if you could share about your use-case for this feature!

lafriks commented 5 years ago

@bzz no problems, I'm one of core Gitea contributors and currently implementing repository language statistics bar like in Github, see back-reference above for Gitea PR that is currently wip

lafriks commented 5 years ago

Btw thanks for this great library that made this possible to add that to Gitea ;)