From e4c1cc572be2606c4007688782e96440c63cba0a Mon Sep 17 00:00:00 2001 From: Douglas Adam Smith II Date: Tue, 11 Mar 2014 13:51:16 -0400 Subject: [PATCH] Fixed order of languages. Forgot how ASCI works. This will (hopefully) fix the build. --- lib/linguist/languages.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 2f928326..edc10596 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -558,20 +558,20 @@ Fancy: filenames: - Fakefile -Fantom: - type: programming - color: "#dbded5" - primary_extension: .fan - FLUX: type: programming color: "#33CCFF" primary_extension: .fx lexer: Text only extensions: - - .flux - - .FLUX - .FX + - .FLUX + - .flux + +Fantom: + type: programming + color: "#dbded5" + primary_extension: .fan Forth: type: programming