Colour change for syntax in do file

Colour change for syntax in do file

by Sujata Mathur -
Number of replies: 1

Hi

My whole do file looks green without any differentiation between code and explanation of it after //

How can I fix it

In reply to Sujata Mathur

Re: Colour change for syntax in do file

by Amanda Irish -
Hi Sujata,

Do you have a /* anywhere that hasn't been closed by a */ ? That's what I would expect for that to happen to your entire do-file. For it to change the color of your entire do-file after //, all the following code would have to be on the same line.

Feel free to send me your do-file if you're not able to fix it by checking for an open /* or that everything after // is on one line.