summaryrefslogtreecommitdiffstats
path: root/kate/data/desktop.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-10-25 20:12:45 +0800
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-10-25 20:13:15 +0800
commitdd1a8d0d1a40f43040555128913e55202f241270 (patch)
treeaf085f73e3e15be15b9dce6c2b30ad0d749ae435 /kate/data/desktop.xml
parent62a597d75224844be9a98952a586fc5c0406561e (diff)
downloadtdelibs-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/desktop.xml')
-rw-r--r--kate/data/desktop.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/desktop.xml b/kate/data/desktop.xml
index e2eeab477..e9c8df0bc 100644
--- a/kate/data/desktop.xml
+++ b/kate/data/desktop.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
-<language name=".desktop" version="1.05-1" kateversion="2.4"
+<language name=".desktop" version="1.06-1" kateversion="2.4"
section="Configuration" extensions="*.desktop;*.kdelnk;*.desktop.cmake;*.protocol"
mimetype="application/x-desktop">
<highlighting>
@@ -8,7 +8,7 @@
<context attribute="Key" lineEndContext="#stay" name="Normal">
<RegExpr String="\[.*\]$" attribute="Section" context="#stay" beginRegion="Section" endRegion="Section" column="0"/>
<RegExpr String="\[.*\]" attribute="Language" context="Value"/>
- <DetectChar char="#" attribute="Comment" context="Comment" firstNonSpace="true"/>
+ <DetectChar char="#" attribute="Comment" context="Comment" firstNonSpace="true"/>
<DetectChar char="=" attribute="Normal Text" context="Value"/>
</context>
<context attribute="Normal Text" lineEndContext="#pop" name="Value"/>