]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/colors/flex-hex/flex-hex.factor
factor: trim using lists
[factor.git] / extra / colors / flex-hex / flex-hex.factor
index d1f6a5db0150560990996098768d8e4a86ecc40c..356ad4aac92a222ab061509892d16dd20f7794d2 100644 (file)
@@ -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