diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-10-17 02:27:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-10-17 02:27:29 +0900 |
commit | fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646 (patch) | |
tree | 80985eb703c7efdea28707a1fbef05b8c6df589c /kate/data/abc.xml | |
parent | 7406ed0563952d1ee433e02e75fb44a5d0d0a81d (diff) | |
download | tdelibs-fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646.tar.gz tdelibs-fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646.zip |
Kate syntax highlighting files update - Oct 2016
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 --> |