atom / bracket-matcher

Jump to brackets
MIT License
142 stars 98 forks source link

Doesn't match when start and end delims are identical #370

Open Aerijo opened 5 years ago

Aerijo commented 5 years ago

Prerequisites

Description

The code explicitly will not try to match delims that are the same (e.g., quote characters).

@nathansobo I know this is ancient, but do you think you committed that because it's difficult to tell which direction to look for the other delim?

NVM, the commit links the PR too. Now we have better parse tree support, we can revisit this as intended.