haidubogdan commented on code in PR #9023:
URL: https://github.com/apache/netbeans/pull/9023#discussion_r2538272838


##########
php/php.editor/src/org/netbeans/modules/php/editor/PHPBracesMatcher.java:
##########
@@ -108,15 +108,21 @@ public PHPBracesMatcher(MatcherContext context) {
                 } else if (LexUtilities.textEquals(token.text(), '#', '[')) { 
// [NETBEANS-4443] PHP 8.0
                     return new int [] {ts.offset(), ts.offset() + 
token.length()};
                 } else if (LexUtilities.textEquals(token.text(), ':')) {
+                    //issue 7803

Review Comment:
   Hmm ... I will see, this would imply a mock mime type for which the coloring 
lexer will use an embedded php token id.



-- 
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

Reply via email to