I want to use notepad++.
example:
(A(B))
explain detailed:
( -> first parenthesis start, example with red(random select)
A
( -> second parenthesis start, example with blue(random select)
B
) -> second parenthesis end, example with blue(same as the second parenthesis color)
) -> first parenthesis end, example with red(same as the first parenthesis color)
How to do that to make easy to match parentheses?
Thank you~