From d8e5f3c96518aa8be8b58abfa5c89cf05a6c991a Mon Sep 17 00:00:00 2001 From: Pratik Karki Date: Tue, 14 Nov 2017 13:20:12 +0545 Subject: [PATCH] Add color for LFE language. (#3895) * 'Add color to LFE' * Test passing color for LFE * Let LFE be independent rather than grouping to Erlang --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 9c3fe539..a9f2fae0 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2245,9 +2245,9 @@ Kotlin: language_id: 189 LFE: type: programming + color: "#4C3023" extensions: - ".lfe" - group: Erlang tm_scope: source.lisp ace_mode: lisp codemirror_mode: commonlisp