matthiasblaesing commented on issue #8174: URL: https://github.com/apache/netbeans/issues/8174#issuecomment-2614031410
@vieiro @lkishalmi I don't think your assessment is correct, that the user did something special. Have a look here: https://github.com/apache/netbeans/blob/ab20d9a812d861b699f12349a91c79482fb49bda/ide/textmate.lexer/src/org/netbeans/modules/textmate/lexer/SyntaxHighlighting.java#L851-L871 My reading of this is, that the textmate syntax hightlighter will always run (registered on the empty mimetype). These problem show up at all the locations where the tokensquence is iterated, for the reporter that was syntax highlighting. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
