summaryrefslogtreecommitdiffstats
path: root/kate/data/abc.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2016-10-17 02:27:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2016-10-17 02:28:13 +0900
commitd3b96e335f2f0412540d72a3d6e1d6449574c6f7 (patch)
tree3a772fe91647e6b78ff88ecbfa3efcb8d19fe90a /kate/data/abc.xml
parent46887a349ea419f19d18e424a8b4a1c9c1e16e78 (diff)
downloadtdelibs-d3b96e335f2f0412540d72a3d6e1d6449574c6f7.tar.gz
tdelibs-d3b96e335f2f0412540d72a3d6e1d6449574c6f7.zip
Kate syntax highlighting files update - Oct 2016
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646)
Diffstat (limited to 'kate/data/abc.xml')
-rw-r--r--kate/data/abc.xml8
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="&quot;" />
+ <DetectChar attribute="Normal Text" context="#pop" char="&quot;" />
<!-- 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 -->