"Avery Pennarun" <apenwarr@xxxxxxxxx> writes: > Finds classes, records, functions, procedures, and sections. Most lines > need to start at the first column, or else there's no way to differentiate > a procedure's definition from its declaration. > > Signed-off-by: Avery Pennarun <apenwarr@xxxxxxxxx> > --- > > The Ruby funcname pattern patch inspired me. Although unlike him, I didn't > check with anyone else for confirmation. How many Pascal programmers can > there possibly be? :) > + { "pas", "\\(^\\(procedure\\|function\\|constructor\\|" > + "destructor\\|interface\\|implementation\\|" > + "type|initialization|finalization\\).*$\\)" > + "\\|\\(^.*=[ \t]*\\(class\\|record\\).*$\\)" }, Is Delphi the only surviving Pascal? Why is the name "pas", not "pascal" or even "delphi-pascal"? The keys are not file extensions ("ruby" example did the right thing by not saying "rb"). -- 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