for example:
char str = "//xxx";
or
char str = "/*/";
will cause comment highlight to go into an infinite loop. It does not know not to look inside double quoted strings.
Log in to post a comment.