Reputation: 91
Netbeans shows corresponding braces like {
and }
with a different color. Is there a way in Netbeans to find the corresponding PHP close Tag (?>
) to an existing PHP open Tag (<?php
or <?
)?
Upvotes: 1
Views: 1195
Reputation: 10547
Currently (in NetBeans 7.3 Beta), you cannot change or customize the Highlighting through the Tools > Options menu by adding a matching category for the tag. Best you can do is change the color of the syntax color for PHP Open/Close Tag (in screenshot 2)
Upvotes: 4