Hi, On Wed, 17 Sep 2008, Jonathan del Strother wrote: > - "^[ ]*\\(\\([ ]*" > + "^[ \t]*\\(\\([ \t]*" Why? > "[A-Za-z_][A-Za-z_0-9]*\\)\\{2,\\}" > - "[ ]*([^;]*\\)$" }, > + "[ \t]*([^;]*\\)$" }, > + > + { "objc", "![ \t]*\\(do\\|for\\|if\\|else\\|return\\|switch\\|while\\)\n" /* Negate C statements that can look like functions */ > + "^[ \t]*\\([-+][ \t]*([ \t]*[A-Za-z_][A-Za-z_0-9]*.*).*\\)$" /* Objective-C methods */ I see you still have these awfully long lines. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html