I have some log files that have CSI characters which are showing up in my logs. Perhaps parsing should be added to remove these.
[ESC]SC[0Ktravis_fold:end:services
[ESC][0Ktravis_fold:start:postgresql
[ESC][0Ktravis_time:start:121e4528
[ESC][0K$ travis_setup_postgresql 9.6
Starting PostgreSQL v9.6[ESC][0K
* Stopping PostgreSQL 9.2 database server [ESC][80G
[ESC][74G[ OK ]
* Stopping PostgreSQL 9.3 database server [ESC][80G
[ESC][74G[ OK ]
* Stopping PostgreSQL 9.4 database server [ESC][80G
[ESC][74G[ OK ]
* Stopping PostgreSQL 9.5 database server [ESC][80G
[ESC][74G[ OK ]
I tried adding the following into ansi.sublime-settings but it did not work:
{"scope": "_bold", "code": "\\x1b\\[0K", "color": "#ffffff"},
{"scope": "_bold", "code": "\\x1b\\[K", "color": "#ffffff"},
I have some log files that have CSI characters which are showing up in my logs. Perhaps parsing should be added to remove these.
I tried adding the following into ansi.sublime-settings but it did not work: