src/Pure/PIDE/markup.ML
changeset 50545 00bdc48c5f71
parent 50543 42bbe637be54
child 50683 34b109c5324c
--- a/src/Pure/PIDE/markup.ML	Sat Dec 15 12:54:14 2012 +0100
+++ b/src/Pure/PIDE/markup.ML	Sat Dec 15 12:55:11 2012 +0100
@@ -77,6 +77,7 @@
   val document_antiquotationN: string
   val document_antiquotation_optionN: string
   val paragraphN: string val paragraph: T
+  val text_foldN: string val text_fold: T
   val keywordN: string val keyword: T
   val operatorN: string val operator: T
   val commandN: string val command: T
@@ -298,6 +299,7 @@
 (* text structure *)
 
 val (paragraphN, paragraph) = markup_elem "paragraph";
+val (text_foldN, text_fold) = markup_elem "text_fold";
 
 
 (* outer syntax *)