Hi all,

I knew highlight-parentheses can highlight the parent ( { or[. Is it possible to highlight the parent key words.

for example:

I often write some pl-sql like this.

IF piNum>0 THEN

ELSEIF piNum =-1 THEN

ELSE

END IF.

Can we highlight IF, ELSE END IF just like highlight-parentheses?

Thanks for your help.