On Wed, Sep 17, 2008 at 4:03 PM, Andreas Ericsson <ae@xxxxxx> wrote: > Jonathan del Strother wrote: >> { "pascal", "^\\(\\(procedure\\|function\\|constructor\\|" >> "destructor\\|interface\\|implementation\\|" >> "initialization\\|finalization\\)[ \t]*.*\\)$" >> "\\|" >> - "^\\(.*=[ \t]*\\(class\\|record\\).*\\)$" >> - }, >> + "^\\(.*=[ \t]*\\(class\\|record\\).*\\)$"}, >> + > > This last change is just pure nonsense. Please remove it altogether. > I was changing it to match the style in the existing java pattern (and my objc pattern). You think the java one should be changed to match the pascal one, then? -- 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