atom / bracket-matcher

Jump to brackets
MIT License
142 stars 98 forks source link

HTML matches always active when inside range #374

Closed Aerijo closed 5 years ago

Aerijo commented 5 years ago

Prerequisites

Description

(This is nighlty 1.35.0-0) When inside a tag, it will underline the closest tag pair, even when not touching a tag.

Steps to Reproduce

  1. Switch to HTML and type <p> foo bar </p>
  2. Place cursor between foo and bar

Expected behavior: [What you expect to happen]

No underline

Actual behavior: [What actually happens]

Underlines tags

Reproduces how often: [What percentage of the time does it reproduce?]

100%

Versions

Nightly 1.35.0-nightly0

Additional Information

/CC @maxbrunsfeld !!