From a0aae8cdc18eb51d2640d45e72ef73ff22a3bcea Mon Sep 17 00:00:00 2001 From: Sparky's Widgets Date: Mon, 14 Oct 2013 01:41:37 -0600 Subject: [PATCH] Update languages.yml Added support for Eagle PCB files which are becoming common enough now on Github to make this addition. --- lib/linguist/languages.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 978b703e..8974fcd6 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -373,6 +373,14 @@ Dylan: color: "#3ebc27" primary_extension: .dylan +Eagle: + type: markup + color: "#3994bc" + lexer: XML + primary_extension: .sch + extensions: + - .brd + Ecere Projects: type: data group: JavaScript