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"