I have a .txt file with some escape codes to show colour like this:
[0m[32mWord[0m
Is there a way I can view these files with colour in PyCharm? I tried the ANSI Highlighter Plugin but it seems to be defunct.
Just converting to a *.log or *.md file didn't help either.