src/Pure/Isar/token.ML
changeset 55750 baa7a1e57f4a
parent 55745 b865c3035d5c
child 55788 67699e08e969
equal deleted inserted replaced
55749:75a48dc4383e 55750:baa7a1e57f4a
   218 (* markup *)
   218 (* markup *)
   219 
   219 
   220 local
   220 local
   221 
   221 
   222 val token_kind_markup =
   222 val token_kind_markup =
   223  fn Command       => (Markup.keyword1, "")
   223  fn Command       => (Markup.command, "")
   224   | Keyword       => (Markup.keyword2, "")
   224   | Keyword       => (Markup.keyword2, "")
   225   | Ident         => (Markup.empty, "")
   225   | Ident         => (Markup.empty, "")
   226   | LongIdent     => (Markup.empty, "")
   226   | LongIdent     => (Markup.empty, "")
   227   | SymIdent      => (Markup.empty, "")
   227   | SymIdent      => (Markup.empty, "")
   228   | Var           => (Markup.var, "")
   228   | Var           => (Markup.var, "")