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 @@ ...@@ -106,7 +106,6 @@
<RegExpr attribute="Annotation" context="#stay" String="'([^'\\]|\\.)*'"/> <RegExpr attribute="Annotation" context="#stay" String="'([^'\\]|\\.)*'"/>
</context> </context>
</contexts> </contexts>
</highlighting>
<itemDatas> <itemDatas>
<!-- Since my highlighting approach is different from most programming languages, the contexts <!-- 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 don't fit nicely into the standard set, so I have to define colors explicitly. A couple
...@@ -125,6 +124,7 @@ ...@@ -125,6 +124,7 @@
<itemData name="Comment" defStyleNum="dsComment"/> <itemData name="Comment" defStyleNum="dsComment"/>
<itemData name="Symbol" defStyleNum="dsOthers" bold="1"/> <itemData name="Symbol" defStyleNum="dsOthers" bold="1"/>
</itemDatas> </itemDatas>
</highlighting>
<general> <general>
<comments><comment name="singleLine" start="#"/></comments> <comments><comment name="singleLine" start="#"/></comments>
<keywords casesensitive="1"/> <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