I have large amount of C code and a large portion of the code is commented out and/or #if 0. When I use the % key to match the open and close brackets of if-else, it matches the commented out code too.
Is there a way or a vim plugin that would not consider the commented out or #if 0 code, while matching brackets.
Currently I am using snipMate and omniComplete vim plugins.