changeset 72902 | 3c09adb4b042 |
parent 72861 | 3f5e6da08687 |
child 72903 | 8f586c241071 |
--- a/src/Pure/PIDE/markup.scala Sun Dec 13 17:48:51 2020 +0100 +++ b/src/Pure/PIDE/markup.scala Sun Dec 13 19:04:46 2020 +0100 @@ -104,11 +104,11 @@ val BINDING = "binding" val ENTITY = "entity" + val Def = new Properties.Long("def") + val Ref = new Properties.Long("ref") + object Entity { - val Def = new Properties.Long("def") - val Ref = new Properties.Long("ref") - def unapply(markup: Markup): Option[(String, String)] = markup match { case Markup(ENTITY, props) =>