• let meta.function.c match C++ operators (e.g. operator+) -- I didn’t want to 
enumerate all the operators, so the match is optimistic, e.g. operator=< is 
recognized as valid. Currently it doesn’t match conversion operators (like 
operator bool ())
• add some look-ahead before a look-behind in the function pattern (this makes 
is slightly faster, as Oniguruma can use a faster forward search when the next 
pattern is a look-ahead)

Changed:
U   trunk/Bundles/C.tmbundle/Syntaxes/C.plist

_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/mailman/listinfo/textmate-dev

Reply via email to