From 72b8e1c76f0bd0b9879f9f3dc5a375b1593bc619 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Mon, 19 Aug 2013 09:18:25 +0100 Subject: [PATCH 1/2] Uppercase "Ecl" language to "ECL" Signed-off-by: Gordon Smith --- lib/linguist/languages.yml | 2 +- lib/linguist/samples.json | 8 ++++---- samples/{Ecl => ECL2}/sample.ecl | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename samples/{Ecl => ECL2}/sample.ecl (100%) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 983ea467..f3d81bb0 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -408,7 +408,7 @@ Ecere Projects: lexer: JSON primary_extension: .epj -Ecl: +ECL: type: programming color: "#8a1267" primary_extension: .ecl diff --git a/lib/linguist/samples.json b/lib/linguist/samples.json index 8289db2a..0d923f22 100644 --- a/lib/linguist/samples.json +++ b/lib/linguist/samples.json @@ -77,7 +77,7 @@ "DM": [ ".dm" ], - "Ecl": [ + "ECL": [ ".ecl" ], "edn": [ @@ -13359,7 +13359,7 @@ "#undef": 1, "Undefine": 1 }, - "Ecl": { + "ECL": { "#option": 1, "(": 32, "true": 1, @@ -42479,7 +42479,7 @@ "Dart": 68, "Diff": 16, "DM": 169, - "Ecl": 281, + "ECL": 281, "edn": 227, "Elm": 628, "Emacs Lisp": 1756, @@ -42602,7 +42602,7 @@ "Dart": 1, "Diff": 1, "DM": 1, - "Ecl": 1, + "ECL": 1, "edn": 1, "Elm": 3, "Emacs Lisp": 2, diff --git a/samples/Ecl/sample.ecl b/samples/ECL2/sample.ecl similarity index 100% rename from samples/Ecl/sample.ecl rename to samples/ECL2/sample.ecl From 940df300e89accb534acaf625fffc22e7aba14c7 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Wed, 6 Nov 2013 09:17:21 +0000 Subject: [PATCH 2/2] Uppercase "ECL" Sample folder Signed-off-by: Gordon Smith --- samples/{ECL2 => ECL}/sample.ecl | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename samples/{ECL2 => ECL}/sample.ecl (100%) diff --git a/samples/ECL2/sample.ecl b/samples/ECL/sample.ecl similarity index 100% rename from samples/ECL2/sample.ecl rename to samples/ECL/sample.ecl