I have this line of code:
(2.539+20.24 * pow(${C},2)+1.187*${Mn}*${C}-0.4084*${Si}*${C}*${Mn})
The python syntax highlighting for this line on the demo version (CodeMirror: Python mode)
looks different from my implementation (v6). Maybe it has been changed with the new version, since the demo is v5. Is there any possible way of bringing back the old color scheme?