You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: