Capture prototypes as meta.function.prototype, and use entity.name.prototype instead of entity.name.function to avoid including them in the symbol list. This is perhaps not the right way to do this.
I note, though, that it seems the C grammar is no successfully longer capturing prototypes at all. If it were, you'd see them in the symbol list, because the captures are using entity.name.function. Changed: U trunk/Bundles/Pascal.tmbundle/Syntaxes/Pascal.plist _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/mailman/listinfo/textmate-dev
