From 98783560ece3ab885400474776a07b219b2f704e Mon Sep 17 00:00:00 2001 From: Alhadis Date: Wed, 12 Oct 2016 13:12:36 +1100 Subject: [PATCH] Add CodeMirror modes for GPG keys and IRC logs --- lib/linguist/languages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 07ab7bbe..5f03d16a 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1844,6 +1844,8 @@ IRC log: - ".weechatlog" tm_scope: none ace_mode: text + codemirror_mode: mirc + codemirror_mime_type: text/mirc language_id: 164 Idris: type: programming @@ -3284,6 +3286,8 @@ Public Key: - ".pub" tm_scope: none ace_mode: text + codemirror_mode: asciiarmor + codemirror_mime_type: application/pgp language_id: 298 Puppet: type: programming