From 00f3501605ab2dd1362b6046648d218b20671b98 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 15 May 2019 13:19:58 +0200 Subject: Pygments: Skip lexers that do not have names With pygments 2.4.0 at least VBScript doesn't have a name and thus causes an exception when the first name should be used. We use the name to tell pygmentize which lexer to use so listing a lexer that doesn't have a name doesn't work and thus there is no point in showing it in the list. Signed-off-by: Florian Pritz --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 91fa40738..d982140fe 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ This file lists major, incompatible or otherwise important changes, you should look at it after every update. NEXT + - Fix compatability with Pygments 2.4.0 3.3.1 2019-01-28 - Fix CSRF issue breaking multipaste creation page -- cgit v1.2.3-24-g4f1b