naitsirch opened a new issue, #4893:
URL: https://github.com/apache/netbeans/issues/4893
### Description
Netbeans supports the definition of native PHP attributes in the form of
```php
#[ORM\Entity(repositoryClass: AssociationRepository::class)]
class Association
{ }
```
Currently the brackets and the class name ("#[Attribute" and the "]") are
always in black font color. I'd like to customize the color so that it is
lighter.
Would be nice if this could be added.
### Use case/motivation
IMHO another color than black would improve the readability.
### Related issues
_No response_
### Are you willing to submit a pull request?
No
### Code of Conduct
Yes
--
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