summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorJean-Abou-Samra <37271310+Jean-Abou-Samra@users.noreply.github.com>2021-11-21 21:55:24 +0100
committerGitHub <noreply@github.com>2021-11-21 21:55:24 +0100
commit869d0a057bb4c44f3f0ad7f13fe578116e4bfc65 (patch)
tree451d4c03b620ee3ed7775c0b1b1b2b455fbd3963 /external
parent2d831c1e323696285bab470652c64b60874c00d7 (diff)
downloadpygments-git-869d0a057bb4c44f3f0ad7f13fe578116e4bfc65.tar.gz
Fixes for LilyPond (#1968)
* LilyPond: update builtins to 2.23.4 * Doc: deduplicate LilyPond in language lists * Doc: exclude lilypond style from gallery Because it's specific to LilyPond code and doesn't give good results on Python code.
Diffstat (limited to 'external')
-rw-r--r--external/lilypond-builtins-generator.ly2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/lilypond-builtins-generator.ly b/external/lilypond-builtins-generator.ly
index 4bdf50b8..db39061c 100644
--- a/external/lilypond-builtins-generator.ly
+++ b/external/lilypond-builtins-generator.ly
@@ -1,6 +1,6 @@
%% Autogenerate a list of LilyPond keywords
-\version "2.23.3"
+\version "2.23.4"
#(use-modules (ice-9 receive)
(ice-9 regex))