Is it possible to turn off syntax highlighting on SublimeREPL tabs when running a script?
Please see this question for context: Red lines appearing after lines in SublimeREPL (python)?
For example, when python scripts are run in the Sublime REPL, apostrophes (') in the output text are highlighted as syntax. Because of this, the last part of the line is highlighted as if the line (which is actually text and not actual code) was not closed properly.
It looks like this: 
Isolation is useful when Sublime REPL launches an interactive python shell, but when it just needs to run a script, I would like to get text output without allocation, for example, in any command line interface. Of course, I could just run the scripts on the command line, but it would be nice to save all the work in one program.
Perhaps there are settings for different types of Sublime REPL-enveronments (Interactive, run from script, etc.) that can change this behavior?
Thanks for any help! :)
python sublimetext2 sublimerepl
gr33n
source share