ceprintln!() { /* proc-macro */ }
The same as eprintln!(), but parses color tags.
eprintln!()
ceprintln!("A <g>green</> word, {}", "placeholders are allowed");