[SVN] r5516 (C)

Allan Odgaard throw-away-1 at macromates.com
Thu Oct 19 07:39:52 UTC 2006


• 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



More information about the textmate-dev mailing list