I cant work out the regex in the c bundle
but basically i need to be able to get function definitions that look like this into the symbol list.
void test(int *a, int b) {
}
can anyone help ?
On 12 Nov 2007, at 13:05, Kim Hunter wrote:
I cant work out the regex in the c bundle
but basically i need to be able to get function definitions that look like this into the symbol list. [...]
Try the WIP branch of the C bundle: http://lists.macromates.com/pipermail/textmate/2007-October/022842.html
Allan Odgaard wrote:
Try the WIP branch of the C bundle: http://lists.macromates.com/pipermail/textmate/2007-October/022842.html
Thanks Allan, That just made the mysql source code a lot easier to go though.
http://macromates.com/svn/Bundles/branches/WIP/Bundles/C.tmbundle
Kim