more rendering;
authorwenzelm
Tue, 18 Sep 2012 21:16:48 +0200
changeset 49423 28bd0709443a
parent 49422 21f77309d93a
child 49424 491363c6feb4
more rendering;
src/Tools/jEdit/src/isabelle_rendering.scala
--- a/src/Tools/jEdit/src/isabelle_rendering.scala	Tue Sep 18 21:04:07 2012 +0200
+++ b/src/Tools/jEdit/src/isabelle_rendering.scala	Tue Sep 18 21:16:48 2012 +0200
@@ -414,6 +414,7 @@
 
 
   private val text_colors: Map[String, Color] = Map(
+      Isabelle_Markup.COMMAND -> keyword1_color,
       Isabelle_Markup.STRING -> Color.BLACK,
       Isabelle_Markup.ALTSTRING -> Color.BLACK,
       Isabelle_Markup.VERBATIM -> Color.BLACK,