From e5f20314e99ffe567fd0d1afc66279f8d6a8754d Mon Sep 17 00:00:00 2001 From: James Adams Date: Tue, 19 Aug 2014 13:17:26 +0100 Subject: [PATCH] Use Pygments Pan lexer The upstream pygments patches seem to have landed at GitHub as Pan code blocks are being correctly highlighted, we should extend this to files in repositories as well. --- 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 551ad886..0b53b1fe 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1637,7 +1637,7 @@ PHP: Pan: type: programming - lexer: Text only + lexer: Pan color: '#cc0000' extensions: - .pan