From 00de2b011d2859cb9fbec079eb14f9ffa9b1bde7 Mon Sep 17 00:00:00 2001 From: Douglas Adam Smith II Date: Fri, 13 Dec 2013 01:24:34 -0500 Subject: [PATCH 1/5] Updated language list to include HOW, and fixed the lack of lexer problem. Because HOW does not yet have a standardized lexer, I left the "lexer" field as "Text only". --- lib/linguist/languages.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index c737bec3..b653f4fb 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -723,6 +723,15 @@ Haxe: primary_extension: .hx extensions: - .hxsl + +HOW: + type: programming + coloe: "#CC0099" + lexer: Text only + primary_extension: .how + extensions: + - .howmeta + - .howproj INI: type: data From 7c85c1194406d50f4d733f82d7ba1921f7f1d714 Mon Sep 17 00:00:00 2001 From: Douglas Adam Smith II Date: Tue, 11 Mar 2014 13:38:10 -0400 Subject: [PATCH 2/5] Updated How language to FLUX (name change) --- lib/linguist/languages.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index b653f4fb..2f928326 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -562,6 +562,16 @@ Fantom: type: programming color: "#dbded5" primary_extension: .fan + +FLUX: + type: programming + color: "#33CCFF" + primary_extension: .fx + lexer: Text only + extensions: + - .flux + - .FLUX + - .FX Forth: type: programming @@ -723,15 +733,6 @@ Haxe: primary_extension: .hx extensions: - .hxsl - -HOW: - type: programming - coloe: "#CC0099" - lexer: Text only - primary_extension: .how - extensions: - - .howmeta - - .howproj INI: type: data 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 3/5] 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 From 29510b26e00bed1207b430106cb16ae8edd49cd3 Mon Sep 17 00:00:00 2001 From: Douglas Adam Smith II Date: Tue, 11 Mar 2014 14:00:49 -0400 Subject: [PATCH 4/5] Fix --- lib/linguist/languages.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index edc10596..a41c0f59 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -541,6 +541,14 @@ FORTRAN: - .for - .fpp +FLUX: + type: programming + color: "#33CCFF" + primary_extension: .fx + lexer: Text only + extensions: + - .flux + Factor: type: programming color: "#636746" @@ -557,16 +565,6 @@ Fancy: - .fancypack filenames: - Fakefile - -FLUX: - type: programming - color: "#33CCFF" - primary_extension: .fx - lexer: Text only - extensions: - - .FX - - .FLUX - - .flux Fantom: type: programming From 645411e2566ff0706e3d474ad049e71ffc7b6928 Mon Sep 17 00:00:00 2001 From: Douglas Adam Smith II Date: Tue, 11 Mar 2014 14:23:28 -0400 Subject: [PATCH 5/5] Testing... --- lib/linguist/languages.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index a41c0f59..08437d86 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -519,6 +519,14 @@ F#: - .fsi - .fsx +FLUX: + type: programming + color: "#33CCFF" + primary_extension: .fx + lexer: Text only + extensions: + - .flux + FORTRAN: type: programming lexer: Fortran @@ -541,14 +549,6 @@ FORTRAN: - .for - .fpp -FLUX: - type: programming - color: "#33CCFF" - primary_extension: .fx - lexer: Text only - extensions: - - .flux - Factor: type: programming color: "#636746"