From 0c2794e9dee23ae65aab50aff7073c6081257a3e Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Fri, 17 Aug 2012 18:09:06 +0200 Subject: [PATCH] Forth extensions sorted --- lib/linguist/languages.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 8fa460a8..8127f5e1 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -413,15 +413,6 @@ F#: - .fsi - .fsx -Forth: - type: programming - primary_extension: .fth - color: "#341708" - lexer: Text only - extensions: - - .fth - - .forth - FORTRAN: type: programming lexer: Fortran @@ -469,6 +460,15 @@ Fantom: extensions: - .fan +Forth: + type: programming + primary_extension: .fth + color: "#341708" + lexer: Text only + extensions: + - .forth + - .fth + GAS: type: programming group: Assembly