Commit 960a4f6b authored by Kenton Varda's avatar Kenton Varda

Merge pull request #208 from a-richardson/fix-kate

Fix Syntax highlighting for Kate/KDevelop
parents 25be62be 79f278e0
......@@ -106,7 +106,6 @@
<RegExpr attribute="Annotation" context="#stay" String="'([^'\\]|\\.)*'"/>
</context>
</contexts>
</highlighting>
<itemDatas>
<!-- Since my highlighting approach is different from most programming languages, the contexts
don't fit nicely into the standard set, so I have to define colors explicitly. A couple
......@@ -125,6 +124,7 @@
<itemData name="Comment" defStyleNum="dsComment"/>
<itemData name="Symbol" defStyleNum="dsOthers" bold="1"/>
</itemDatas>
</highlighting>
<general>
<comments><comment name="singleLine" start="#"/></comments>
<keywords casesensitive="1"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment