Feature Request: Highlight Matching Bracket
andrewfulrich opened this issue · 0 comments
andrewfulrich commented
Brief description of the issue.
When the cursor is before or after an opening/closing square/curly bracket, paren, or quotation mark, it would be nice if the corresponding closing/opening square/curly bracket, paren, or quotation mark would be highlighted. I get a lot of nested brackets sometimes, and it's a nice visual guide in other editors to have the matched bracket highlighted so I don't lose my place.
How to reproduce the bug?
- place the cursor before or after a bracket
What is the expected result?
corresponding matching bracket is highlighted
What actually happened?
corresponding matching bracket isn't highlighted
Other information (logs, see Wiki)
Here's the wikipedia article on Brace Matching:
https://en.wikipedia.org/wiki/Brace_matching