On Tue, 15 Nov 2011 13:37:06 +0100, Thomas Rast wrote:
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.
Good point Thomas, I forgot all about the .-operators. I will add
\.[*/^'] as words, are there any other ones to consider? Thanks for
paying attention!
/Gustaf
--
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