Sublime Forum

How do I balance Parenthesis or brackets

#1

Hi,

How do I identify a block of text by balancing the parenthesis. And, if this feature is not available, then
how do I install a plugin. I’m not that adept to this and might need some serious hand holding via
screen-share to accomplish this.

Since this forum doesn’t automatically email any responses to me, so please email me
at jdcrunchman at gmail dot com.

Thanx

0 Likes

#2

When the insertion point is next to a bracket, the paired bracket is underlined. You can also get github.com/facelessuser/BracketHighlighter.

0 Likes

#3

Hi jdcrunchman!

This is a fork of pyparadigm’s SublimeBrackets and SublimeTagmatcher (both are no longer available). I forked this to fix some issues I had and to add some features I wanted. I also wanted to improve the efficiency of the matching. This cuts down on the parallel searching that is now streamlined in one search. Since then, I have rewritten the entire code base to bring more flexibility, speed, and features. Keep in touch… Thank you! :smile:

0 Likes