diff options
Diffstat (limited to 'kate/data/abc.xml')
-rw-r--r-- | kate/data/abc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kate/data/abc.xml b/kate/data/abc.xml index 8d5ff163b..76fccdfc0 100644 --- a/kate/data/abc.xml +++ b/kate/data/abc.xml @@ -2,7 +2,7 @@ <!DOCTYPE language SYSTEM "language.dtd"> <!-- Andrea Primiani - primiani at dag dot it version1.10 - 12 december 2005 --> -<language name="ABC" version="1.10" kateversion="2.4" section="Other" extensions="*.abc;*.ABC" mimetype="text/vnd.abc" casesensitive="1" author="Andrea Primiani (primiani@dag.it)" license="LGPL"> +<language name="ABC" version="3" kateversion="2.4" section="Other" extensions="*.abc;*.ABC" mimetype="text/vnd.abc" casesensitive="1" author="Andrea Primiani (primiani@dag.it)" license="LGPL"> <highlighting> <contexts> <context name="Normal" attribute="Normal Text" lineEndContext="#stay"> @@ -42,11 +42,11 @@ <context name="Comment" attribute="Comment" lineEndContext="#pop" /> <!-- returns to Normal context after the end of bar symbols or at EOL --> <context name="Bar" attribute="Bar" lineEndContext="#pop" > - <DetectChar attribute="Normal" context="#pop" char=""" /> + <DetectChar attribute="Normal Text" context="#pop" char=""" /> <!-- the bar symbol ends when a note letter follows --> - <RegExpr attribute="Normal" context="#pop" String="[A-Ga-gZz]" /> + <RegExpr attribute="Normal Text" context="#pop" String="[A-Ga-gZz]" /> <!-- the bar symbol ends after a white space --> - <DetectChar attribute="Normal" context="#pop" char=" " /> + <DetectChar attribute="Normal Text" context="#pop" char=" " /> <!-- detects decorations delimited by ! ! symbols --> <RangeDetect attribute="Decoration" context="#stay" char="!" char1="!" /> <!-- detects () for slurs --> |