less rendering (cf. 28bd0709443a) -- avoid conflict with static token markup of different keyword kinds;
--- a/src/Tools/jEdit/src/isabelle_rendering.scala Thu Sep 20 22:25:30 2012 +0200
+++ b/src/Tools/jEdit/src/isabelle_rendering.scala Fri Sep 21 11:42:14 2012 +0200
@@ -439,7 +439,6 @@
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,