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