]> 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 57a6a210effcdaae571e6e3802177db2145c6c8d..356ad4aac92a222ab061509892d16dd20f7794d2 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2013 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: colors colors.hex 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