summaryrefslogtreecommitdiffstats
path: root/kate/data/literate-haskell.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kate/data/literate-haskell.xml')
-rw-r--r--kate/data/literate-haskell.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/data/literate-haskell.xml b/kate/data/literate-haskell.xml
index 5ed0f8893..6a9746794 100644
--- a/kate/data/literate-haskell.xml
+++ b/kate/data/literate-haskell.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
-<language name="Literate Haskell" version="1.04" kateversion="2.4" section="Sources" extensions="*.lhs" author="Marcel Martin (mmar@freenet.de)" license="">
+<language name="Literate Haskell" version="1.05" kateversion="2.4" section="Sources" extensions="*.lhs" author="Marcel Martin (mmar@freenet.de)" license="">
<highlighting>
<list name="keywords">
<item> case </item>
@@ -327,7 +327,7 @@
<context attribute="Comment" lineEndContext="#stay" name="literate-normal">
<DetectChar attribute="Special" context="normal" char="&gt;" column="0"/>
</context>
- <context attribute="Normal Text" lineEndContext="literate-normal" name="normal">
+ <context attribute="Normal Text" lineEndContext="#pop" name="normal">
<Detect2Chars attribute="Comment" context="comment_multi_line" char="{" char1="-" />
<Detect2Chars attribute="Comment" context="comment_single_line" char="-" char1="-" />
<keyword attribute="Keyword" context="#stay" String="keywords" />
@@ -343,7 +343,7 @@
<Float attribute="Float" context="#stay" />
<Int attribute="Decimal" context="#stay" />
</context>
- <context attribute="Comment" lineEndContext="#pop" name="comment_single_line" />
+ <context attribute="Comment" lineEndContext="#pop#pop" name="comment_single_line" />
<context attribute="Comment" lineEndContext="#stay" name="comment_multi_line">
<Detect2Chars attribute="Comment" context="#pop" char="-" char1="}" />
</context>