I have some code which has nested comments. By this, I mean the following (where block comments are /* */)
/*
/*description*/
code follows here
code follows here
code follows here
code follows here
*/
The way I have it set up at the moment, Zeus thinks that the comment ends at the end of line 2 (after "description") and so all the code following this is not in the format that I've reserved for comments.
So far, all I have done is enter /* in "comment start" and */ in "comment end" under the keyword options tab.
Is this something I just have to live with or is there a way round it?
Thanks
Nested comments
I have just been discussing this with a C++ programmer and he couldn't understand (at first - I did manage to convice him
) why I would want to do what I am doing and why I didn't just change the code to:
/*description*/
/*
code follows here
code follows here
code follows here
code follows here
*/
So that you don't think I'm totally dumb
, the code that I actually have is more like this:
/*
/*description of code*/
code
/*more description of code*/
more code
/*even more description of code*/
even more code
*/
And in total there are many lines of code. I only need to temporarily comment out this code (because the program will run without it and it takes a long time) so I don't want to have to comment out each block of code separately.
Stata understands nested comments (thankfully) but I often lose where comments start and end which is why grey text is useful.

/*description*/
/*
code follows here
code follows here
code follows here
code follows here
*/
So that you don't think I'm totally dumb

/*
/*description of code*/
code
/*more description of code*/
more code
/*even more description of code*/
even more code
*/
And in total there are many lines of code. I only need to temporarily comment out this code (because the program will run without it and it takes a long time) so I don't want to have to comment out each block of code separately.
Stata understands nested comments (thankfully) but I often lose where comments start and end which is why grey text is useful.
This feature has now been added to Zeus 
You can get this feature by downloading the latest Zeus patch found here:
http://www.zeusedit.com/forum/viewtopic.php?t=1000
To enable the feature go to the Keywords section of the Document Type and enable the Nested Comments option.
Cheers Jussi

You can get this feature by downloading the latest Zeus patch found here:
http://www.zeusedit.com/forum/viewtopic.php?t=1000
To enable the feature go to the Keywords section of the Document Type and enable the Nested Comments option.
Cheers Jussi