From 637682e4529d3f7f928750e0487c9d0a454dd7a0 Mon Sep 17 00:00:00 2001 From: sparkyswidgets Date: Tue, 11 Mar 2014 22:14:15 -0600 Subject: [PATCH] Reordered Eagle to match placement in Samples, this should be the correct way I hope! --- lib/linguist/languages.yml | 16 ++++++++-------- samples/{EAGLE/EAGLE.brd => Eagle/Eagle.brd} | 0 samples/{EAGLE/EAGLE.sch => Eagle/Eagle.sch} | 0 3 files changed, 8 insertions(+), 8 deletions(-) rename samples/{EAGLE/EAGLE.brd => Eagle/Eagle.brd} (100%) rename samples/{EAGLE/EAGLE.sch => Eagle/Eagle.sch} (100%) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 0593c380..84cb1f7f 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -493,14 +493,6 @@ Dylan: color: "#3ebc27" primary_extension: .dylan -Eagle: - type: markup - color: "#3994bc" - lexer: XML - primary_extension: .sch - extensions: - - .brd - Ecere Projects: type: data group: JavaScript @@ -515,6 +507,14 @@ ECL: extensions: - .eclxml +Eagle: + type: markup + color: "#3994bc" + lexer: XML + primary_extension: .sch + extensions: + - .brd + Eiffel: type: programming lexer: Text only diff --git a/samples/EAGLE/EAGLE.brd b/samples/Eagle/Eagle.brd similarity index 100% rename from samples/EAGLE/EAGLE.brd rename to samples/Eagle/Eagle.brd diff --git a/samples/EAGLE/EAGLE.sch b/samples/Eagle/Eagle.sch similarity index 100% rename from samples/EAGLE/EAGLE.sch rename to samples/Eagle/Eagle.sch