src/Pure/PIDE/markup.scala
changeset 55672 5e25cc741ab9
parent 55666 cc350eb1087e
child 55687 78c83cd477c1
--- a/src/Pure/PIDE/markup.scala	Sat Feb 22 18:07:31 2014 +0100
+++ b/src/Pure/PIDE/markup.scala	Sat Feb 22 20:52:43 2014 +0100
@@ -67,6 +67,11 @@
   }
 
 
+  /* completion */
+
+  val COMPLETION = "completion"
+
+
   /* position */
 
   val LINE = "line"