X-Git-Url: http://nitlanguage.org diff --git a/src/highlight.nit b/src/highlight.nit index b2f856e..323434f 100644 --- a/src/highlight.nit +++ b/src/highlight.nit @@ -584,7 +584,6 @@ redef class MSignature end redef class CallSite - super HInfoBoxable redef fun infobox(v) do var res = new HInfoBox(v, "call {mpropdef}") @@ -742,7 +741,7 @@ redef class AVardeclExpr end end -redef class AForExpr +redef class AForGroup redef fun decorate_tag(v, res, token) do if not token isa TId then return null