[SVN] r3448 (C)

Allan Odgaard throw-away-1 at macromates.com
Mon May 29 13:33:06 UTC 2006


• change declaration to meta
• allow nested parenthesis in function arguments and call to base constructors, e.g.: foo::foo (bar const& b = bar(42)) : base(new fud()) { … } is now correctly recognized as a constructor declaration
• changed the pattern for identifiers (function names) to settle with a single character match, it was previously […][…]+ instead of (what I think it should be) […][…]*

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



More information about the textmate-dev mailing list