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: notifications-unsubscr...@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to