If the <div attributes are on two lines of code, it breaks the bracket matcher
Steps to Reproduce
create a div that spans two lines of code
nest other divs inside of this div
notice that the end div it matches is incorrect
Expected behavior: the div matches the end div properly
Actual behavior: the div matched a different end div and left the actual end div not being highlighted
Reproduces how often: everytime, and it was for two divs in my code, once I moved the div with attributes to be on a single line, in both cases, it was fixed
Versions
bracket-matcher 0.88.0
atom version 1.23.1
You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
If the <div attributes are on two lines of code, it breaks the bracket matcher
Steps to Reproduce
Expected behavior: the div matches the end div properly
Actual behavior: the div matched a different end div and left the actual end div not being highlighted
Reproduces how often: everytime, and it was for two divs in my code, once I moved the div with attributes to be on a single line, in both cases, it was fixed
Versions
bracket-matcher 0.88.0 atom version 1.23.1
You can get this information from copy and pasting the output of
atom --version
andapm --version
from the command line. Also, please include the OS and what version of the OS you're running.Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.