As is probably very obvious – this repo is no longer maintained. I now use Sublime Text 3 and gulpjs which renders this behavious obsolete. If you’d like to take it over (!) then please feel free.
This TextMate Bundle adds text expansions for Google AJAX Libraries.
    chromeframe         <script src="https://ajax.googleapis.com/ajax/libs/chrome-frame/1.0.2/CFInstall.min.js" type="text/javascript"></script>
    dojo                <script src="https://ajax.googleapis.com/ajax/libs/dojo/1.6.0/dojo/dojo.xd.js" type="text/javascript"></script>
    extcore             <script src="https://ajax.googleapis.com/ajax/libs/ext-core/3.1.0/ext-core.js" type="text/javascript"></script>
    jquery              <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js" type="text/javascript"></script>
    jqueryui            <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js" type="text/javascript"></script>
    moo                 <script src="https://ajax.googleapis.com/ajax/libs/mootools/1.3.2/mootools-yui-compressed.js" type="text/javascript"></script>
    prototype           <script src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js" type="text/javascript"></script>
    scriptaculous       <script src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.3/scriptaculous.js" type="text/javascript"></script>
    swfobject           <script src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js" type="text/javascript"></script>
    yui                 <script src="https://ajax.googleapis.com/ajax/libs/yui/3.3.0/build/yui/yui-min.js" type="text/javascript"></script>
    webfont             <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.0.19/webfont.js" type="text/javascript"></script>
So you type moo and press tab and it gets replaced by <script src="http://ajax.googleapis.com/ajax/libs/mootools/1.3.2/mootools-yui-compressed.js" type="text/javascript"></script>. Easy!
- http://macromates.com
 - http://code.google.com/apis/ajaxlibs
 - http://github.com/koorb/textmate-google-ajax-libraries-bundle
 
Rich Standbrook http://allthesethoughts.com