src/Pure/General/comment.ML
changeset 70229 c03f381fd373
parent 69968 1a400b14fd3a
equal deleted inserted replaced
70227:ce9134bdc1d4 70229:c03f381fd373
    35    (Latex,
    35    (Latex,
    36      {symbol = Symbol.latex, blanks = false,
    36      {symbol = Symbol.latex, blanks = false,
    37       markups = [Markup.language_latex true, Markup.raw_text]}),
    37       markups = [Markup.language_latex true, Markup.raw_text]}),
    38    (Marker,
    38    (Marker,
    39      {symbol = Symbol.marker, blanks = false,
    39      {symbol = Symbol.marker, blanks = false,
    40       markups = [Markup.language_document_marker]})];
    40       markups = [Markup.language_document_marker, Markup.document_marker]})];
    41 
    41 
    42 val get_kind = the o AList.lookup (op =) kinds;
    42 val get_kind = the o AList.lookup (op =) kinds;
    43 val print_kind = quote o #symbol o get_kind;
    43 val print_kind = quote o #symbol o get_kind;
    44 
    44 
    45 fun kind_markups kind = Markup.cartouche :: #markups (get_kind kind);
    45 fun kind_markups kind = Markup.cartouche :: #markups (get_kind kind);