src/Pure/PIDE/markup.scala
changeset 66873 9953ae603a23
parent 66872 69afe45a6062
child 66942 91a21a5631ae
equal deleted inserted replaced
66872:69afe45a6062 66873:9953ae603a23
   390         case _ => None
   390         case _ => None
   391       }
   391       }
   392   }
   392   }
   393 
   393 
   394 
   394 
   395   /* command timing */
   395   /* protocol functions */
   396 
   396 
   397   val COMMAND_TIMING = "command_timing"
   397   val COMMAND_TIMING: Properties.Entry = (FUNCTION, "command_timing")
       
   398 
       
   399   val THEORY_TIMING: Properties.Entry = (FUNCTION, "theory_timing")
   398 
   400 
   399 
   401 
   400   /* command indentation */
   402   /* command indentation */
   401 
   403 
   402   object Command_Indent
   404   object Command_Indent