src/Pure/PIDE/markup.scala
changeset 69965 da5e7278286b
parent 69962 82e945d472d5
child 70016 a8142ac5e4b6
--- a/src/Pure/PIDE/markup.scala	Sun Mar 24 17:23:48 2019 +0100
+++ b/src/Pure/PIDE/markup.scala	Sun Mar 24 17:24:24 2019 +0100
@@ -304,6 +304,12 @@
   val DOCUMENT_ANTIQUOTATION_OPTION = "document_antiquotation_option"
 
 
+  /* text kind */
+
+  val RAW_TEXT = "raw_text"
+  val PLAIN_TEXT = "plain_text"
+
+
   /* text structure */
 
   val PARAGRAPH = "paragraph"