NReib opened a new issue, #8313:
URL: https://github.com/apache/netbeans/issues/8313
### Description
Custom tags defined in customs.json should be useable in PHP-mimetype.
customs.json
```json
{
"elements": {
"y-customdefined": {
"attributes": {
"exists": {}
}
}
},
"attributes": {"globaldefined": {}}
}
```
PHP script including custom tags, so far none of the tags defined in
customs.json will be valid
```php
<x-customnotdefined></x-customnotdefined>
<y-customdefined exists="" noexists=""><?php echo 'test';
?></y-customdefined>
<y-customdefined exists=""></y-customdefined>
<y-customdefined globaldefined=""></y-customdefined>
```
### Use case/motivation
_No response_
### Related issues
_No response_
### Are you willing to submit a pull request?
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