From 6182b0fbc29747e115bc2457473b66349ad39dc3 Mon Sep 17 00:00:00 2001 From: Joshua Moerman Date: Sat, 21 Sep 2013 22:55:29 +0200 Subject: [PATCH] Clean has no lexer The haskell lexer doesn't work nice, as the comments are totally different. --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index e21dfbf4..5d32708f 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -238,6 +238,7 @@ ChucK: Clean: type: programming color: "#3a81ad" + lexer: Text only primary_extension: .icl extensions: - .dcl