matching preprocessor
Submitted by Tuesday, 9 June, 2009 - 17:26
on
Hello,
is there a way to match C/C++ preprocessor directives, such as matching from #if to #endif, and match #elif or #else in between. Similar to the functionality in Vim using the "%" (percent) key; and possibly with the extended functionality of "matchit" plug-in in Vim.
thanks in advance.
DW
is there a way to match C/C++ preprocessor directives, such as matching from #if to #endif, and match #elif or #else in between. Similar to the functionality in Vim using the "%" (percent) key; and possibly with the extended functionality of "matchit" plug-in in Vim.
thanks in advance.
DW