Gustaf Hendeby wrote: > +PATTERNS("matlab", > + "^[[:space:]]*((classdef|function)[[:space:]].*)$|^%%[[:space:]].*$", > + "[a-zA-Z_][a-zA-Z0-9_]*|[-+0-9.e]+|[=~<>]=|\\|\\||&&"), Shouldn't you, for matlab, ensure that ./ "sticks" as a single word since it is an operator? At least we used the same logic for the C || and && operators, which you copied. -- Thomas Rast trast@{inf,student}.ethz.ch -- 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