Notepad++ can match ( ), { }.
I use it to edit pl sql code, and wonder if it is able to match beginning and end of a pl sql block
for example
if a=1 then
null;
end if;
when I point to then I wish end if to be highlighted.
Is it possible to do?
New version has such functionality.