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 21:48:37 +0900 |
commit | b956734b51a178ba083848672b006aa325217381 (patch) | |
tree | a602f576964c96c18c62796dadfef758c922e20f /kate/data/hamlet.xml | |
parent | dfe3c9649f649f2dbd7eac60e3847d4e978e24f4 (diff) | |
download | tdelibs-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.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" /> |