]> gitweb.factorcode.org Git - factor.git/blob - basis/colors/hex/prettyprint/prettyprint.factor
f100ae2974111a8b05a9ecd6ad3397b8464133a9
[factor.git] / basis / colors / hex / prettyprint / prettyprint.factor
1 USING: accessors colors.hex prettyprint.custom
2 prettyprint.backend prettyprint.sections ;
3
4 IN: colors.hex.prettyprint
5
6 M: hex-color pprint* \ HEXCOLOR: [ hex>> text ] pprint-prefix ;