Enlumineur is a pretty printer replacing the blueInk pharo pretty printer
Enlumineur is a pretty printer for Pharo. Pay attention the newest version in held in Pharo.
To install the packages of Enlumineur, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):
Metacello new
baseline: 'EnlumineurFormatter';
repository: 'github://Ducasse/enlumineur/src';
load: 'Tests'.