lkishalmi commented on code in PR #6749:
URL: https://github.com/apache/netbeans/pull/6749#discussion_r1405279388
##########
java/java.editor/src/org/netbeans/modules/java/editor/semantic/ColoringManager.java:
##########
@@ -87,7 +87,7 @@ public final class ColoringManager {
put("mod-deprecated", DEPRECATED);
put("mod-undefined", UNDEFINED);
put("mod-unused", UNUSED);
- put("mod-keyword", KEYWORD);
+ //put("mod-keyword", KEYWORD);
Review Comment:
According to the semantic highlighter it would be mostly used from the
parser info in `module-info.java` files. But right now we do not parse that
section of the code (in the semantic highlighter).
--
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