diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-10-25 20:12:45 +0800 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-10-25 20:26:12 +0800 |
commit | 36e8000863322e5367dafa398b228a72502030a4 (patch) | |
tree | 130c6f67f85401148e1c2838b01fd9a4e8b74223 /kate/data/oors.xml | |
parent | 48c3adf7bda38f19bd5c4a1a58348ae91bc82bf8 (diff) | |
download | tdelibs-36e8000863322e5367dafa398b228a72502030a4.tar.gz tdelibs-36e8000863322e5367dafa398b228a72502030a4.zip |
Kate syntax highlighting files update - Oct 2015
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dd1a8d0d1a40f43040555128913e55202f241270)
Diffstat (limited to 'kate/data/oors.xml')
-rw-r--r-- | kate/data/oors.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/oors.xml b/kate/data/oors.xml index 6a1819c74..f189ddde4 100644 --- a/kate/data/oors.xml +++ b/kate/data/oors.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> -<language name="OORS" version="1.2" kateversion="2.4" section="Sources" extensions="*.oors" author="Gernot Gebhard (gebhard@cs.uni-sb.de)" license="LGPL"> +<language name="OORS" version="2" kateversion="2.4" section="Sources" extensions="*.oors" author="Gernot Gebhard (gebhard@cs.uni-sb.de)" license="LGPL"> <highlighting> <list name="oors"> <item>allow</item> @@ -87,7 +87,7 @@ <general> <comments> <comment name="singleLine" start="//" /> - <comment name="multiLine" start="/*" end="*/" region="Comment"/> + <comment name="multiLine" start="/*" end="*/" /> </comments> <keywords casesensitive="1" /> </general> |