From 1a4d437fb84ca551b49e5286a91cf4926c8d391e Mon Sep 17 00:00:00 2001 From: Jan Larwig Date: Thu, 29 Dec 2022 08:02:27 +0100 Subject: [PATCH 1/2] add GitHub color for HCL --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 2356b44850..68a729f94c 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2528,6 +2528,7 @@ HAProxy: language_id: 366607477 HCL: type: programming + color: "#cccccc" extensions: - ".hcl" - ".nomad" From 32f1c7207ddb95a9cebdfb6e28cf0e280316040a Mon Sep 17 00:00:00 2001 From: Jan Larwig Date: Thu, 5 Jan 2023 08:37:02 +0100 Subject: [PATCH 2/2] set hcl colour to official decision by hashicorp --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 68a729f94c..eea2bfc744 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2528,7 +2528,7 @@ HAProxy: language_id: 366607477 HCL: type: programming - color: "#cccccc" + color: "#844FBA" extensions: - ".hcl" - ".nomad"