Index: JavaSyntax.java =================================================================== RCS file: /cvs/java/editor/lib/src/org/netbeans/editor/ext/java/JavaSyntax.java,v retrieving revision 1.2 diff -r1.2 JavaSyntax.java 216a217,222 > //create a block comment token for each line of the comment - a performance fix for #55628 > case '\n': > //leave the some state - we are still in the block comment, > //we just need to create a token for each line. > offset++; > return JavaTokenContext.BLOCK_COMMENT;