evil-lisp-state
evil-lisp-state copied to clipboard
matching parenthesis highlight is incorrect
Hi, I just noticed when in evil-lisp-state, the parenthesis highlight for matching parenthesis is not correct,
SPC k k to enter evil-lisp-state, then test on below code:
((()))
Correct: ')' under box cursor match '('
Incorrect: ')' before box cursor match '('
As for the incorrect case, you can not see the matching highlight for the last ), as you can not move your box cursor after the last )
Current evil-lisp-state only correct for the leading ), but incorrect for other ).
See below example:
correct for leading ')'

incorrect for other ')'

For normal state the matching is correct, so it should be a issue for evil-lisp-sate