highlight: handle multi-iterators
authorJean Privat <jean@pryen.org>
Wed, 7 Oct 2015 02:29:46 +0000 (22:29 -0400)
committerJean Privat <jean@pryen.org>
Wed, 7 Oct 2015 12:53:46 +0000 (08:53 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/highlight.nit

index 00ed2bf..5e47c14 100644 (file)
@@ -742,7 +742,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