When I run a program in SublimeREPL, I often get highlighted backslashes '' which show up in pink.
I can work around it, but it's annoying and It would be great if I could disable it. I read on other posts that you can convert the syntax to plain text, but I like having colored words so would prefer not to do that. I just want to remove the pink highlighting.
Screenshot of SublimeREPL with syntax highlighting
Thanks all!
Go to Sublime Text > Preferences > Package Settings > SublimeREPL > Settings - User
(If your 'Settings - User' is empty, first copy in the contents of 'Settings - Default')
under "repl_view_settings": add:
this is the first option: first option is without syntax highlighting all in white color.
enter image description here
this is the second option: second option is based on unix syntax highlighting.
enter image description here