Sublime Forum

Color text in build ouput

#1

Hi,

Is it possible to get colored text in the build ouput log? I have a python script that outputs color using ANSI escape character using Colorama. It works fine in a terminal, but not running it throught the buildsystem inside Sublime.

Also, having syntax highligting in the output log would be great too, if possible?

Thank you!
Andreas

0 Likes

#2

https://packagecontrol.io/packages/ANSIescape

2 Likes

#3

Thank you! @jfcherng

0 Likes