src/Pure/PIDE/markup.ML
changeset 55526 39708e59f4b0
parent 55505 2a1ca7f6607b
child 55550 bcc643ac071a
equal deleted inserted replaced
55525:70b7e91fa1f9 55526:39708e59f4b0
    81   val ML_openN: string
    81   val ML_openN: string
    82   val ML_structN: string
    82   val ML_structN: string
    83   val ML_typingN: string val ML_typing: T
    83   val ML_typingN: string val ML_typing: T
    84   val ML_sourceN: string val ML_source: T
    84   val ML_sourceN: string val ML_source: T
    85   val document_sourceN: string val document_source: T
    85   val document_sourceN: string val document_source: T
    86   val antiqN: string val antiq: T
    86   val antiquotedN: string val antiquoted: T
       
    87   val antiquoteN: string val antiquote: T
    87   val ML_antiquotationN: string
    88   val ML_antiquotationN: string
    88   val document_antiquotationN: string
    89   val document_antiquotationN: string
    89   val document_antiquotation_optionN: string
    90   val document_antiquotation_optionN: string
    90   val paragraphN: string val paragraph: T
    91   val paragraphN: string val paragraph: T
    91   val text_foldN: string val text_fold: T
    92   val text_foldN: string val text_fold: T
   346 (* embedded source text *)
   347 (* embedded source text *)
   347 
   348 
   348 val (ML_sourceN, ML_source) = markup_elem "ML_source";
   349 val (ML_sourceN, ML_source) = markup_elem "ML_source";
   349 val (document_sourceN, document_source) = markup_elem "document_source";
   350 val (document_sourceN, document_source) = markup_elem "document_source";
   350 
   351 
   351 val (antiqN, antiq) = markup_elem "antiq";
   352 val (antiquotedN, antiquoted) = markup_elem "antiquoted";
       
   353 val (antiquoteN, antiquote) = markup_elem "antiquote";
       
   354 
   352 val ML_antiquotationN = "ML_antiquotation";
   355 val ML_antiquotationN = "ML_antiquotation";
   353 val document_antiquotationN = "document_antiquotation";
   356 val document_antiquotationN = "document_antiquotation";
   354 val document_antiquotation_optionN = "document_antiquotation_option";
   357 val document_antiquotation_optionN = "document_antiquotation_option";
   355 
   358 
   356 
   359