SublimeANSI
SublimeANSI copied to clipboard
Make data processing thread safe
I'm using this plugin to colorize gcc output and sometimes it happens that the color in the output is displaced because new data is being processed at the same time:

A thread lock on the data fixed that for me.
Disclaimer: I am not using the on_data mode so I wont test and merge this PR.
I make this disclaimer just because it looks like I am the only active maintainer in the repo.