Some HTML tags highlight issue

Found issue with some tags.
File
Also try Ctrl+] for these tags.

Hi, could you please paste your failing input for easy testing? Thanks.

<?php foreach($items as $item){ ?>

<span class="filter-item<?php if($_GET['active']==$item['id'])echo'-link-now'; ?>">
<a href="<?= $item['link'] ?>"><?= $item['name'] ?></a>
</span>

<?php } ?>

Clicking on closing tags has no highlight effect.

Hi there, could you please open a bug report with this info (screencast, code to reproduce, and a written explanation of the problem): https://github.com/Komodo/KomodoEdit/issues

Thank you for taking the time! Much appreciated.