From aaede4eff4f9aa160be767c7b1aee0cf27cbb0e8 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 3 Mar 2024 18:01:38 +0100 Subject: [PATCH] use (?:sub){0,2} to work with all pcre versions --- autotests/html/highlight.ly.dark.html | 2 +- autotests/html/highlight.ly.html | 2 +- autotests/reference/highlight.ly.ref | 2 +- data/syntax/lilypond.xml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/autotests/html/highlight.ly.dark.html b/autotests/html/highlight.ly.dark.html index 8a8466174..441a16839 100644 --- a/autotests/html/highlight.ly.dark.html +++ b/autotests/html/highlight.ly.dark.html @@ -15,7 +15,7 @@ %} \header { - title = "Katepart Lilypond syntax highlighting test file" + title = "Katepart Lilypond syntax highlighting test file" composer = %{"Wilbert Berendsen"%} "Anonymus" poet = "The KDE team" opus = "1" diff --git a/autotests/html/highlight.ly.html b/autotests/html/highlight.ly.html index 8bc714646..1081ed38c 100644 --- a/autotests/html/highlight.ly.html +++ b/autotests/html/highlight.ly.html @@ -15,7 +15,7 @@ %} \header { - title = "Katepart Lilypond syntax highlighting test file" + title = "Katepart Lilypond syntax highlighting test file" composer = %{"Wilbert Berendsen"%} "Anonymus" poet = "The KDE team" opus = "1" diff --git a/autotests/reference/highlight.ly.ref b/autotests/reference/highlight.ly.ref index f11654d43..9b7afdb3c 100644 --- a/autotests/reference/highlight.ly.ref +++ b/autotests/reference/highlight.ly.ref @@ -9,7 +9,7 @@ %}

\header {
- title = "Katepart Lilypond syntax highlighting test file"
+ title = "Katepart Lilypond syntax highlighting test file"
composer = %{"Wilbert Berendsen"%} "Anonymus"
poet = "The KDE team"
opus = "1"
diff --git a/data/syntax/lilypond.xml b/data/syntax/lilypond.xml index 58a4459db..1894d4063 100644 --- a/data/syntax/lilypond.xml +++ b/data/syntax/lilypond.xml @@ -23,7 +23,7 @@ - + @@ -56,7 +56,7 @@ ]> @@ -1076,7 +1076,7 @@ - + -- GitLab