What's the process for updating a bundle? I got sick of looking at ads whenever I needed a bit of Javascript documentation so I rewrote the Javascript bundle to use developer.mozilla.org for documentation. In addition to changing existing links, I also added dozens of very basic methods (like document.getElementsByTagName or Array.join), statements (like if...then...else), and operators (eg instanceof or new) that were not included for some reason. And removed things like taint and untaint, which haven't been supported by any browser since Netscape 3. Hopefully the people from 1996 won't mind.
So, how can I get the official bundle updated with this stuff? The modified 'Commands/Documentation for Word.plist' is at http://pastie.textmate.org/415305 and the index file 'Support/dmo_index' is at http://pastie.textmate.org/415304