On 8. Jun 2007, at 02:10, John Kooker wrote:
My C/C++ code doesn't always get parsed correctly, and I think I've narrowed the problem down: the bundle doesn't seem to like it when my parentheses are on separate lines. An example:
Function prototypes are only matched when they are on a single line. This is a technical limitation of the parser, and unlikely to go away.