summaryrefslogtreecommitdiffstats
path: root/kate/data/hamlet.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 21:48:37 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-03-03 21:48:37 +0900
commitb956734b51a178ba083848672b006aa325217381 (patch)
treea602f576964c96c18c62796dadfef758c922e20f /kate/data/hamlet.xml
parentdfe3c9649f649f2dbd7eac60e3847d4e978e24f4 (diff)
downloadtdelibs-b956734b51a178ba083848672b006aa325217381.tar.gz
tdelibs-b956734b51a178ba083848672b006aa325217381.zip
Update Kate syntax highlight files from
http://kate-editor.org/syntax/2.5/ sources. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/data/hamlet.xml')
-rw-r--r--kate/data/hamlet.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/hamlet.xml b/kate/data/hamlet.xml
index f413739d1..9d5b61bc9 100644
--- a/kate/data/hamlet.xml
+++ b/kate/data/hamlet.xml
@@ -5,7 +5,7 @@
word character *or* a number, hence the lookahead -->
<!ENTITY name "(?![0-9])[\w_:][\w.:_-]*">
]>
-<language name="Hamlet" version="2" kateversion="2.4" section="Markup" extensions="*.hamlet" author="Bastian Holst (bastianholst@gmx.de)" license="LGPL" indenter="haskell">
+<language name="Hamlet" version="3" kateversion="2.4" section="Markup" extensions="*.hamlet" author="Bastian Holst (bastianholst@gmx.de)" license="LGPL" indenter="haskell">
<highlighting>
<contexts>
<context attribute="Normal Text" lineEndContext="#pop" name="Normal Text" >
@@ -54,7 +54,7 @@
<IncludeRules context="##Haskell" />
</context>
- <context name="Attribute" attribute="Other Text" lineEndContext="#stay">
+ <context name="Attribute" attribute="Attribute" lineEndContext="#stay">
<DetectChar attribute="Attribute" context="Value" char="=" />
<DetectChar attribute="Element" context="#pop#pop" char="&gt;"/>
<RegExpr attribute="Error" context="#stay" String="\S" />