Enlumineur is a pretty printer replacing the blueInk pharo pretty printer
# EnlumineurFormatter [](https://travis-ci.org/Ducasse/enlumineur) [](https://coveralls.io/github/Ducasse/enlumineur?branch=master) [](https://raw.githubusercontent.com/Ducasse/enlumineur/master/LICENSE) [](https://pharo.org/download) Enlumineur is a pretty printer for Pharo. Pay attention the newest version in held in Pharo. ## Installation 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): ```Smalltalk Metacello new baseline: 'EnlumineurFormatter'; repository: 'github://Ducasse/enlumineur/src'; load: 'Tests'. ```