atom / bracket-matcher

Jump to brackets
MIT License
142 stars 98 forks source link

Don't highlight HTML tags when the cursor is between them #375

Closed maxbrunsfeld closed 5 years ago

maxbrunsfeld commented 5 years ago

Fixes #374.

For some reason, I thought that behavior (highlighting matching tags when the cursor was in between them) was the expected behavior. Nope. Thanks for pointing that out @Aerijo! 😓

Aerijo commented 5 years ago

Thanks, I was working on a PR just now but it kept getting more complicated.

I guess it can always be added as an option, but the current behaviour keeps it out of the way when not needed.