Add HTML and CSS to display_language_name to fix missing colors on github readme stats display (#690)

This commit is contained in:
BananaJeans
2025-12-05 23:54:27 +02:00
committed by GitHub
parent b7aae15769
commit f05f0e2fae

View File

@@ -175,6 +175,8 @@ module ApplicationHelper
case language.downcase
when "typescript" then "TypeScript"
when "javascript" then "JavaScript"
when "html" then "HTML"
when "css" then "CSS"
when "json" then "JSON"
when "sql" then "SQL"
when "yaml" then "YAML"