I have noticed since the latest update that with the C++ bundle, comments that I write that are between the function name and the opening bracket no longer are shown in comment color.
For example,
int foo(int x) //this comment is not shown in comment color and is instead the default text color { .... }
Is there a way to revert to the old functionality?
Andrew Sapperstein University of Michigan-Class of 2012 McDonogh School-Class of 2008
On 5 Mar 2009, at 23:08, Andrew Sapperstein wrote:
[...] Is there a way to revert to the old functionality?
You can find older versions of the bundle via svn: http://svn.textmate.org/trunk/Bundles/C.tmbundle/
It’s not exactly something we recommend (using older bundles) but given the complexity of the C++ grammar, I am not sure how easy it is to do a quick fix for your problem.