You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Thanks for the report - I was positive that this has been reported before but I couldn't find the other issue. I went ahead and fleshed out the issue body, please use the issue template for future issues.
Edit by @rsese to flesh out issue template
Prerequisites
Description
XML tags containing ":" are not matched properly.
As you can see, the closing tag was mismatched. It should have underlined the last tag, not the one it did.
Steps to Reproduce
atom --safe
:test.xml
with this content:<c:Card>
on line 3Expected behavior: [What you expect to happen]
Expect
</c:Card>
on line 7 to be highlighted.Actual behavior: [What actually happens]
</c:Card.content>
on line 6 is highlighted.Reproduces how often: [What percentage of the time does it reproduce?]
100%
Versions
macOS 10.12.6
Additional Information
If you remove the
:
in<c:Card>
and</c:Card>
, the tags highlight correctly.Similar/same issue with camelCase? #388
As you can see, the closing tag was mismatched. It should have underlined the last tag, not the one it did.
I know this in not common tag-ing for XML but when working with NativeScript it's quite common.
Versions:
Atom: 1.29.0-beta0
bracket-matcher: 0.89.2
The text was updated successfully, but these errors were encountered: