From f2b80a239fea35eea68850afdc6476a557a19863 Mon Sep 17 00:00:00 2001 From: Michael Mullis Date: Thu, 30 May 2013 01:33:04 +0000 Subject: [PATCH] COBOL: move up in the sort order --- 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 eba8df5b..44af424c 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -212,6 +212,15 @@ CMake: filenames: - CMakeLists.txt +COBOL: + type: programming + primary_extension: .cob + extensions: + - .cbl + - .ccp + - .cobol + - .cpy + CSS: ace_mode: css primary_extension: .css @@ -225,15 +234,6 @@ ChucK: lexer: Java primary_extension: .ck -COBOL: - type: programming - primary_extension: .cob - extensions: - - .cbl - - .ccp - - .cobol - - .cpy - Clojure: type: programming ace_mode: clojure