Hi folks,
I use Viper on Xemacs. I was trying to extend the paren matching
capabality to match #ifdef with its #endif. But since I am new to
lisp, I am finding it hard to do it. I was wondering if any of you
guys have a lisp code which can match #if, #ifdef , #ifndef with its
corresponding #endif. ( basically matching preprocessor directives)
Thank you
-Vittal