|
|
Nieminen Mika wrote in message <35ed6e46.0@news.povray.org>...
>Philippe Debar <phi### [at] hotmailcom> wrote:
>>: *nested comments /*/**/*/ aren't highlighted correctly
> (I have not ever seen winpov, but...)
> Dou mean that in a code like:
>/* test1 /* test2 */ test3 */
> 'test1' and 'test2' are highlighted as commented but 'test3' not?
Yes exactly
> That's the right way, since 'test3' is not commented and the last
*/ is
>a syntax error (if I remember the documentation right and it works
exactly
>like in C).
Well, pov does support nested comments. It parses and render
correctly.
From the doc:
/* ... */ comments can be nested, the following is legal:
/* This is a comment
// This too
/* This also */
*/
So it isn't exactly like: it is better!
Povingly,
Philippe
Post a reply to this message
|
|