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:13:15 +0800 |
commit | dd1a8d0d1a40f43040555128913e55202f241270 (patch) | |
tree | af085f73e3e15be15b9dce6c2b30ad0d749ae435 /kate/data/oors.xml | |
parent | 62a597d75224844be9a98952a586fc5c0406561e (diff) | |
download | tdelibs-dd1a8d0d1a40f43040555128913e55202f241270.tar.gz tdelibs-dd1a8d0d1a40f43040555128913e55202f241270.zip |
Kate syntax highlighting files update - Oct 2015
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |