Lets say I’m in an R file and I type “todo” + tab, the TODO bundle inserts this:

# TODO

I want to be able to type “todoc” + tab, and have this inserted:

# TODO code

Or, “todoe”+ tab, and have this inserted:

# TODO edit

How can I edit the TODO bundle to be able to do this?

Thanks
Ross