From 781133d0d3bf33da1d2c156706cf99315d15d6b9 Mon Sep 17 00:00:00 2001 From: Mark Tareshawty Date: Wed, 4 Mar 2015 19:42:32 -0500 Subject: [PATCH 1/2] assign handlebars a color --- lib/linguist/languages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 52bbaa36..2803553b 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1258,6 +1258,7 @@ Haml: Handlebars: type: markup + color: "#fe5629" aliases: - hbs - htmlbars @@ -2202,7 +2203,7 @@ PHP: aliases: - inc -#Oracle +#Oracle PLSQL: type: programming ace_mode: sql @@ -2214,7 +2215,7 @@ PLSQL: - .plb - .sql -#Postgres +#Postgres PLpgSQL: type: programming ace_mode: pgsql From b009c85b6450a119fb3182c38e6ec074078b48a4 Mon Sep 17 00:00:00 2001 From: Mark Tareshawty Date: Sun, 8 Mar 2015 15:31:52 -0400 Subject: [PATCH 2/2] inverted color --- 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 2803553b..6fe05055 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1258,7 +1258,7 @@ Haml: Handlebars: type: markup - color: "#fe5629" + color: "#01a9d6" aliases: - hbs - htmlbars