From e194d7238ee4715dfef3ae5aba2e492386de06c3 Mon Sep 17 00:00:00 2001 From: glts <676c7473@gmail.com> Date: Mon, 30 Sep 2013 23:28:35 +0200 Subject: [PATCH] Added "Text only" lexer for J There is no lexer for J so far, use "Text only" to make the build pass. --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 47a2755a..f28aa044 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -645,6 +645,7 @@ Ioke: J: type: programming + lexer: Text only primary_extension: .ijs JSON: