<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>08d9a23e417c1cc50764b612114ab322496c8a73</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/ad7c0e400736d3b0ed5151a19f758caa0acda92f</url>
    <id>ad7c0e400736d3b0ed5151a19f758caa0acda92f</id>
    <committed-date>2009-10-05T09:40:39-07:00</committed-date>
    <authored-date>2009-10-05T09:40:39-07:00</authored-date>
    <message>create element and populate smart snippet</message>
    <tree>1db0d55627a17bb80b20d5e7ba32f3f0b9a78077</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1f5998b73b138950232f091e8eeb4fb71b015bce</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/08d9a23e417c1cc50764b612114ab322496c8a73</url>
    <id>08d9a23e417c1cc50764b612114ab322496c8a73</id>
    <committed-date>2009-10-05T09:39:38-07:00</committed-date>
    <authored-date>2009-10-05T09:39:38-07:00</authored-date>
    <message>t &#8677; this snippet</message>
    <tree>c90f8d62bd6a897481e468dad71d26360d28079f</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>507153ff452aa09da3fe105f93af94702f7a5755</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/1f5998b73b138950232f091e8eeb4fb71b015bce</url>
    <id>1f5998b73b138950232f091e8eeb4fb71b015bce</id>
    <committed-date>2009-10-05T09:39:06-07:00</committed-date>
    <authored-date>2009-10-05T09:39:06-07:00</authored-date>
    <message>a &#8677; arguments snippet</message>
    <tree>1686b9e36797825b23380a6618784b4d95803932</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>164adcf71fe7fbf01ae87491af4ddaaf213e7846</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/507153ff452aa09da3fe105f93af94702f7a5755</url>
    <id>507153ff452aa09da3fe105f93af94702f7a5755</id>
    <committed-date>2009-10-05T09:38:33-07:00</committed-date>
    <authored-date>2009-10-05T09:38:33-07:00</authored-date>
    <message>tab completions to convert `arguments` to `Array.prototype.slice.call(arguments)` and back.</message>
    <tree>0b3aac61736d8921c2a58179cceb81feb614801f</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>72b29610842ef9fec35f9bf44d301fc7fe2a9c95</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/164adcf71fe7fbf01ae87491af4ddaaf213e7846</url>
    <id>164adcf71fe7fbf01ae87491af4ddaaf213e7846</id>
    <committed-date>2009-10-05T09:37:00-07:00</committed-date>
    <authored-date>2009-10-05T09:37:00-07:00</authored-date>
    <message>NEW Swap `this` to `self` command
Select some code and use this command to swap out the use of &quot;this&quot; with &quot;self&quot;. The command also inserts a &quot;var self = this;&quot; line to the top and removes it when toggling off!</message>
    <tree>10c3be32224308c06f5e22f787f73dea573da0a6</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>935f60436d8fbd8df1650e50523df3686fb5f3be</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/72b29610842ef9fec35f9bf44d301fc7fe2a9c95</url>
    <id>72b29610842ef9fec35f9bf44d301fc7fe2a9c95</id>
    <committed-date>2009-10-05T09:35:23-07:00</committed-date>
    <authored-date>2009-10-05T09:35:23-07:00</authored-date>
    <message>fallback to home for runjs require paths</message>
    <tree>84102d3ab7fd33119964080ea41433e6dd1a8b1a</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>639c28afbaedac7e9f63b99bdc8604de426f2bd1</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/935f60436d8fbd8df1650e50523df3686fb5f3be</url>
    <id>935f60436d8fbd8df1650e50523df3686fb5f3be</id>
    <committed-date>2009-10-05T09:35:04-07:00</committed-date>
    <authored-date>2009-10-05T09:35:04-07:00</authored-date>
    <message>fixed syntax coloring for operators</message>
    <tree>8412dfd122c82c54294862202e7aab1e0467dc82</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>18a99d2093811e4014cd5732218ea5706a0bf165</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/639c28afbaedac7e9f63b99bdc8604de426f2bd1</url>
    <id>639c28afbaedac7e9f63b99bdc8604de426f2bd1</id>
    <committed-date>2009-10-05T09:34:44-07:00</committed-date>
    <authored-date>2009-10-05T09:34:44-07:00</authored-date>
    <message>updated try/catch snippet</message>
    <tree>f397d01c088fbe59525e17215fad64a5a6a9cad9</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>07b523964377594f50adc01a3bfbcef2e2c8bd91</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/18a99d2093811e4014cd5732218ea5706a0bf165</url>
    <id>18a99d2093811e4014cd5732218ea5706a0bf165</id>
    <committed-date>2009-10-05T09:34:04-07:00</committed-date>
    <authored-date>2009-10-05T09:34:04-07:00</authored-date>
    <message>updated mootools require in runjs</message>
    <tree>0ce5e899eb2baf931bbfd5d653b495230054b39b</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>efb280004ce3e7cbb3a4d778e8d48292688b7bd6</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/07b523964377594f50adc01a3bfbcef2e2c8bd91</url>
    <id>07b523964377594f50adc01a3bfbcef2e2c8bd91</id>
    <committed-date>2009-10-05T09:33:09-07:00</committed-date>
    <authored-date>2009-10-05T09:33:09-07:00</authored-date>
    <message>add easy jquery require to runjs</message>
    <tree>319981ac6358c21e0ebec5fe111e2e866d751645</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7373ab549fab49c27906d448d16d201d0ebe33a6</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/efb280004ce3e7cbb3a4d778e8d48292688b7bd6</url>
    <id>efb280004ce3e7cbb3a4d778e8d48292688b7bd6</id>
    <committed-date>2009-10-05T09:30:56-07:00</committed-date>
    <authored-date>2009-10-05T09:30:56-07:00</authored-date>
    <message>changed console.assert tab completion to &quot;ass&quot;, yes.</message>
    <tree>a860b30d9c889024fa9bfd92bcbc24d7b5f5b091</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2960e65c39469fb9f8ffd3ea7ff128f4d49f69bb</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/7373ab549fab49c27906d448d16d201d0ebe33a6</url>
    <id>7373ab549fab49c27906d448d16d201d0ebe33a6</id>
    <committed-date>2009-10-05T09:30:24-07:00</committed-date>
    <authored-date>2009-10-05T09:30:24-07:00</authored-date>
    <message>updated mootools url</message>
    <tree>e547c55705da43408c53e7b53d16e243c94de600</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>02bd00cb2d1d8436973d4d2e1e248e6abc13a076</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/2960e65c39469fb9f8ffd3ea7ff128f4d49f69bb</url>
    <id>2960e65c39469fb9f8ffd3ea7ff128f4d49f69bb</id>
    <committed-date>2009-04-29T12:16:10-07:00</committed-date>
    <authored-date>2009-04-29T12:16:10-07:00</authored-date>
    <message>Updated to the latest completions and tooltips scraped from Quirksmode.org</message>
    <tree>ad28d8b1dd447f5d3ff760c287175bf407e9e914</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f2dbcc6ce59e7a80e1632da66f4d0df3fea62533</id>
      </parent>
      <parent>
        <id>33ff847d49f0e7b5bc2de08599c6ebd402202adc</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/02bd00cb2d1d8436973d4d2e1e248e6abc13a076</url>
    <id>02bd00cb2d1d8436973d4d2e1e248e6abc13a076</id>
    <committed-date>2009-04-29T12:11:39-07:00</committed-date>
    <authored-date>2009-04-29T12:11:39-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:subtleGradient/javascript.tmbundle</message>
    <tree>229218d7f88e764c9816a59f1da132cd1d74056b</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b3ea098912e4dcbdc4a7dc17d3dbe2853c9d75e9</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/f2dbcc6ce59e7a80e1632da66f4d0df3fea62533</url>
    <id>f2dbcc6ce59e7a80e1632da66f4d0df3fea62533</id>
    <committed-date>2009-04-29T12:10:44-07:00</committed-date>
    <authored-date>2009-04-29T12:10:44-07:00</authored-date>
    <message>updated menu</message>
    <tree>a9d2d02e00434e8e43f69e64757d828917b4f9f4</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>918b38f11a40bd4c3c4a00bb2a339b9e3513b67c</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/b3ea098912e4dcbdc4a7dc17d3dbe2853c9d75e9</url>
    <id>b3ea098912e4dcbdc4a7dc17d3dbe2853c9d75e9</id>
    <committed-date>2009-04-29T12:10:33-07:00</committed-date>
    <authored-date>2009-04-29T12:10:33-07:00</authored-date>
    <message>prototype snippet like the docand win snippets</message>
    <tree>1dce1e9a82c8212de192a927b662b4ca5ae54077</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a94885b7cb3c6c78b365c7e99df953160bea37f2</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/918b38f11a40bd4c3c4a00bb2a339b9e3513b67c</url>
    <id>918b38f11a40bd4c3c4a00bb2a339b9e3513b67c</id>
    <committed-date>2009-04-29T12:10:11-07:00</committed-date>
    <authored-date>2009-04-29T12:10:11-07:00</authored-date>
    <message>standalone jsspec file snippet</message>
    <tree>57cbdd89fce2a65dd05fe86e6f21d8e5219ec546</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8f3bd1c585f0da4295ff90c18e392fd07a6fe25a</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/a94885b7cb3c6c78b365c7e99df953160bea37f2</url>
    <id>a94885b7cb3c6c78b365c7e99df953160bea37f2</id>
    <committed-date>2009-04-29T12:09:52-07:00</committed-date>
    <authored-date>2009-04-29T12:09:52-07:00</authored-date>
    <message>Class Closure Idiom Snippet</message>
    <tree>ee632592dbb7cb2fe31ec178ab1b09ac24899810</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>83b4a0c931bcb84b21ea676b2137a6bdeae87769</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/8f3bd1c585f0da4295ff90c18e392fd07a6fe25a</url>
    <id>8f3bd1c585f0da4295ff90c18e392fd07a6fe25a</id>
    <committed-date>2009-04-29T12:09:32-07:00</committed-date>
    <authored-date>2009-04-29T12:09:32-07:00</authored-date>
    <message>changed tab completion word for greater unification</message>
    <tree>f5542ec2bef6fbb603111df598a29669f3d6b8ab</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>24df8f3728a966d110883d63c821599d3ec87cb3</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/83b4a0c931bcb84b21ea676b2137a6bdeae87769</url>
    <id>83b4a0c931bcb84b21ea676b2137a6bdeae87769</id>
    <committed-date>2009-04-29T12:08:43-07:00</committed-date>
    <authored-date>2009-04-29T12:08:43-07:00</authored-date>
    <message>adding some stuff to the completions</message>
    <tree>7b6b56835ded174e217f6aaf48957990c0e023a2</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>24df8f3728a966d110883d63c821599d3ec87cb3</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtleGradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/33ff847d49f0e7b5bc2de08599c6ebd402202adc</url>
    <id>33ff847d49f0e7b5bc2de08599c6ebd402202adc</id>
    <committed-date>2009-04-27T02:02:17-07:00</committed-date>
    <authored-date>2009-04-27T02:02:17-07:00</authored-date>
    <message>FIXED completions giant images. never did figure out what the deal is, must be a problem in tm_dialog itselg</message>
    <tree>f208e595759f0919cc759d35a0386e06e3702310</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtleGradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a2e8cae16605c8304bc863cbb034cf4270907646</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/24df8f3728a966d110883d63c821599d3ec87cb3</url>
    <id>24df8f3728a966d110883d63c821599d3ec87cb3</id>
    <committed-date>2009-04-21T21:00:07-07:00</committed-date>
    <authored-date>2009-04-21T21:00:07-07:00</authored-date>
    <message>added mutator scope for special styling mutating method names</message>
    <tree>1581dc875830460e636f8e3abaeba6f8af12f067</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f7d792a102c5f5a8f8e6b82a3bfa770cf29f04d5</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/a2e8cae16605c8304bc863cbb034cf4270907646</url>
    <id>a2e8cae16605c8304bc863cbb034cf4270907646</id>
    <committed-date>2009-04-21T20:59:43-07:00</committed-date>
    <authored-date>2009-04-21T20:59:43-07:00</authored-date>
    <message>always show a tooltip when asked to</message>
    <tree>9cf7db0d6e14bdd191c98492e30bca410f68cf88</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1e3869017a1a2e29a01425c13ecc8f835ad07c2e</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/f7d792a102c5f5a8f8e6b82a3bfa770cf29f04d5</url>
    <id>f7d792a102c5f5a8f8e6b82a3bfa770cf29f04d5</id>
    <committed-date>2009-04-17T14:42:50-07:00</committed-date>
    <authored-date>2009-04-17T14:42:50-07:00</authored-date>
    <message>Moved complete inside the bundle for those without the latest review support</message>
    <tree>ec041a34f7f5689d7d144d7a6d06f5e5139d03d4</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0b17098fc282e9ef93638254fff67c0b3cb0b5f2</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/1e3869017a1a2e29a01425c13ecc8f835ad07c2e</url>
    <id>1e3869017a1a2e29a01425c13ecc8f835ad07c2e</id>
    <committed-date>2009-04-17T14:41:53-07:00</committed-date>
    <authored-date>2009-04-17T14:41:53-07:00</authored-date>
    <message>many snippets for common idioms</message>
    <tree>e9e699ebcfe88f67d2ebf206ac06468d954a35d4</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4481ff2b91d29fc7a9c3c2cb8e8197719dbb7f44</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/0b17098fc282e9ef93638254fff67c0b3cb0b5f2</url>
    <id>0b17098fc282e9ef93638254fff67c0b3cb0b5f2</id>
    <committed-date>2009-04-17T14:37:43-07:00</committed-date>
    <authored-date>2009-04-17T14:37:43-07:00</authored-date>
    <message>[NEW] Run Javascript command can now parse your script for &quot;@require 'something'&quot;; Require relative paths, urls and keywords. Require CSS or JS.</message>
    <tree>11efb8ecd3ed6124b894cae1feb57ce35b2ca26d</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>81830b803ba609ad7b86d4581f59e256eb4a928a</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/4481ff2b91d29fc7a9c3c2cb8e8197719dbb7f44</url>
    <id>4481ff2b91d29fc7a9c3c2cb8e8197719dbb7f44</id>
    <committed-date>2009-02-25T08:18:39-08:00</committed-date>
    <authored-date>2009-02-25T08:18:39-08:00</authored-date>
    <message>added show code button on run javascript</message>
    <tree>3f5a4e10d3c5e8adc1060125fd22627690654d68</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b0496503f8dffa44b7aab8f9deabfdefd8c14203</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/81830b803ba609ad7b86d4581f59e256eb4a928a</url>
    <id>81830b803ba609ad7b86d4581f59e256eb4a928a</id>
    <committed-date>2009-02-16T20:35:11-08:00</committed-date>
    <authored-date>2009-02-16T20:35:11-08:00</authored-date>
    <message>rearrange includes to make keywords have a higher priority</message>
    <tree>c21afa32d28a1fc49465638fdc2bfc5979a05314</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c8d89e45c6bc01fc241414bd911495e52bd9b89d</id>
      </parent>
      <parent>
        <id>fbaf37f630e4a7398a80c30230d62b62ee02d297</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/b0496503f8dffa44b7aab8f9deabfdefd8c14203</url>
    <id>b0496503f8dffa44b7aab8f9deabfdefd8c14203</id>
    <committed-date>2009-02-15T00:29:42-08:00</committed-date>
    <authored-date>2009-02-15T00:29:42-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:subtleGradient/javascript.tmbundle

Conflicts:

	Commands/Complete.tmCommand
	Preferences/Indent.tmPreferences
	Preferences/Symbol List Banned.tmPreferences
	&quot;Snippets/try \342\200\246 catch.tmSnippet&quot;
	Syntaxes/JavaScript Basic.tmLanguage
	info.plist</message>
    <tree>309cf5ed597123702cd8310fa344a2254aea0b99</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>93a02932d063dce153ebcacb0f47d61fa79a1e0f</id>
      </parent>
    </parents>
    <author>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </author>
    <url>http://github.com/subtleGradient/javascript.tmbundle/commit/c8d89e45c6bc01fc241414bd911495e52bd9b89d</url>
    <id>c8d89e45c6bc01fc241414bd911495e52bd9b89d</id>
    <committed-date>2009-02-15T00:14:37-08:00</committed-date>
    <authored-date>2009-02-15T00:13:52-08:00</authored-date>
    <message>updated sort</message>
    <tree>309cf5ed597123702cd8310fa344a2254aea0b99</tree>
    <committer>
      <name>Thomas Aylott</name>
      <email>oblivious+git@subtlegradient.com</email>
    </committer>
  </commit>
</commits>
