I have ST3 and followed a post (Ansi color codes in build output) to show color messages on the Output panel.
Everything was working right until today. I’ve started to see Ansi color codes again, instead of colored messages.
I don’t recall doing changes on my build command, neither on ST settings. I’ve search through the forum for a solution, but can’t find anything that fix my problem.
My current build command looks like this:
{
"cmd": ["rspec", "$file"],
"working_dir": "$folder",
"selector": "source.ruby.rspec",
"target": "ansi_color_build",
"syntax": "Packages/ANSIescape/ANSI.tmLanguage"
}
target
and syntax
settings used to work to add color to the output, but they are not working anymore.