From 2d831c1e323696285bab470652c64b60874c00d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20G=2E=20Chajdas?= Date: Sun, 21 Nov 2021 20:08:09 +0100 Subject: Fix remaining LilyPond issues. --- external/lilypond-builtins-generator.ly | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'external') diff --git a/external/lilypond-builtins-generator.ly b/external/lilypond-builtins-generator.ly index 8f2dcd69..4bdf50b8 100644 --- a/external/lilypond-builtins-generator.ly +++ b/external/lilypond-builtins-generator.ly @@ -8,14 +8,13 @@ #(define port (open-output-file "../pygments/lexers/_lilypond_builtins.py")) #(define output-preamble - "# -*- coding: utf-8 -*- -\"\"\" + "\"\"\" pygments.lexers._lilypond_builtins - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LilyPond builtins. - :copyright: Copyright 2021-2021 by the Pygments team, see AUTHORS. + :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. \"\"\" -- cgit v1.2.1