Re: euphoria/colorize does not deal with nested long comments
- Posted by ArthurCrump Sep 22, 2014
- 1204 views
ArthurCrump said...
ArthurCrump said...
Long comments, beginning /^ and ending */, can be nested. The interpreter handles them properly, but using last_multiline_token with the routine colorize() in euphoria/syncolor.e terminates a nested long comment, beginning /*.../*, at the first */.
Should this be a ticket?
I have now tried this using entirely version 4.1.0.
The result is the same.
Arthur
I have finally got round to raising a ticket for this: Ticket:902
Arthur