Is it possible to disable syntax highlighting in Sublime REPL-tabs?

后端 未结 2 1929
北荒
北荒 2021-01-04 18:43

Is there any way to disable the syntax highlighting in SublimeREPL-tabs when a script is running?

Please see this question for context: Red lines co

2条回答
  •  情书的邮戳
    2021-01-04 19:36

    As @joe.dawley wrote in the comments to the original question there is a way to manually disable syntax highlighting in SublimeREPL by using the go to anything-command (Ctrl + Shift + P) and enter "sspl" to set the syntax to plain text.

提交回复
热议问题