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 contributing! I can reproduce with 1.34.0 on macOS 10.12.6 but this looks close enough to #353 that we'll close as a duplicate for now (e.g. if I remove the - from the element name, the matching works). You can subscribe to that issue if you'd like and if this ends up being a different issue, we can always reopen.
Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.
Prerequisites
Description
The bracket matcher seems to match the wrong element if a child element contains the name of the parent.
Steps to Reproduce
.html
file<v-element>
) and see which element gets matchedCode:
Expected behavior: Match
<v-element>
with</v-element>
Actual behavior: Match
<v-element>
with</v-element-sub>
Reproduces how often: 100%
Versions
Additional Information
Screenshot:
The text was updated successfully, but these errors were encountered: