summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2021-11-21 20:08:09 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2021-11-21 20:08:09 +0100
commit2d831c1e323696285bab470652c64b60874c00d7 (patch)
tree90ad6c5389a74714784ca3bddcff8db929cda359 /external
parentabe1872e51fa2beeb2fa7deee87ceb01753ef854 (diff)
downloadpygments-git-2d831c1e323696285bab470652c64b60874c00d7.tar.gz
Fix remaining LilyPond issues.
Diffstat (limited to 'external')
-rw-r--r--external/lilypond-builtins-generator.ly7
1 files changed, 3 insertions, 4 deletions
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.
\"\"\"