diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 21:48:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-03 22:05:24 +0900 |
commit | ddacb54a1ed6a8e048c79064171ef9a4d7ecf570 (patch) | |
tree | 7ef6929835a1938ee98eddc4ed59ef2d55312b31 /kate/data/hamlet.xml | |
parent | 9ce98047ff565d235ce9499fddb76995b10845ed (diff) | |
download | tdelibs-ddacb54a1ed6a8e048c79064171ef9a4d7ecf570.tar.gz tdelibs-ddacb54a1ed6a8e048c79064171ef9a4d7ecf570.zip |
Update Kate syntax highlight files from
http://kate-editor.org/syntax/2.5/ sources.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b956734b51a178ba083848672b006aa325217381)
Diffstat (limited to 'kate/data/hamlet.xml')
-rw-r--r-- | kate/data/hamlet.xml | 4 |
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=">"/> <RegExpr attribute="Error" context="#stay" String="\S" /> |