more markup elements;
authorwenzelm
Sun, 28 Dec 2008 20:25:39 +0100
changeset 29185 26fcfca1db9d
parent 29184 85889d58b5da
child 29186 3d25e96ceb98
more markup elements;
src/Pure/General/markup.scala
--- a/src/Pure/General/markup.scala	Sun Dec 28 16:39:27 2008 +0100
+++ b/src/Pure/General/markup.scala	Sun Dec 28 20:25:39 2008 +0100
@@ -93,6 +93,10 @@
   val CONTROL = "control"
   val MALFORMED = "malformed"
 
+  val COMMAND_SPAN = "command_span"
+  val IGNORED_SPAN = "ignored_span"
+  val MALFORMED_SPAN = "malformed_span"
+
 
   /* toplevel */