X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fcolors%2Fflex-hex%2Fflex-hex.factor;h=356ad4aac92a222ab061509892d16dd20f7794d2;hp=d1f6a5db0150560990996098768d8e4a86ecc40c;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/colors/flex-hex/flex-hex.factor b/extra/colors/flex-hex/flex-hex.factor index d1f6a5db01..356ad4aac9 100644 --- a/extra/colors/flex-hex/flex-hex.factor +++ b/extra/colors/flex-hex/flex-hex.factor @@ -1,8 +1,8 @@ ! Copyright (C) 2013 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: colors colors.private grouping kernel lexer math -math.parser regexp.classes sequences splitting ; +USING: colors.private grouping kernel lexer math regexp.classes +sequences splitting ; IN: colors.flex-hex