-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
While in Paren Mode, the status bar highlights red if unbalanced parens are detected. Due to the performance hack described in Issue #9, the status bar only reflects whatever chunk of code atom-parinfer is "looking at". Thus, you may have a file with unbalanced parens and the status bar does not always reflect this.
Steps to reproduce:
- Open a file with multiple "parent expressions"
- Switch to Paren Mode
- Make one of the expressions unbalanced
- Using the up and down arrow keys, move through the code and watch the status bar. It will be red when the cursor is close to the unbalanced parent expression and normal color when not
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels