summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2022-06-21 13:25:29 +0200
committerGeorg Brandl <georg@python.org>2022-06-21 13:25:38 +0200
commit5d452171cb1ecf986f69ecee48bf063f956b61d5 (patch)
treef1995e2f17d2c7dc9c7a16715ca609cb2e70dcca /pygments/styles
parent154d00505d508bfda146366c8c6aab7873db5e2e (diff)
downloadpygments-git-5d452171cb1ecf986f69ecee48bf063f956b61d5.tar.gz
lilypond: fix Whitespace token
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/lilypond.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/styles/lilypond.py b/pygments/styles/lilypond.py
index f2d690cc..7fce7bea 100644
--- a/pygments/styles/lilypond.py
+++ b/pygments/styles/lilypond.py
@@ -25,7 +25,6 @@ class LilyPondStyle(Style):
default_style = "#0000ff"
styles = {
- Token.Whitespace: "",
Token.Text: "",
Token.Keyword: "bold",
Token.Comment: "italic #A3AAB2",