<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,10 +18,10 @@ def highlight_filter(text, filename):
     return mark_safe(highlight(
         text,
         lexer,
-        HtmlFormatter()
+        HtmlFormatter(linenos=&quot;table&quot;, lineanchors=&quot;line&quot;)
     ))
 
 
 @register.simple_tag
 def highlight_css():
-    return HtmlFormatter().get_style_defs()
+    return HtmlFormatter(linenos=&quot;table&quot;, lineanchors=&quot;line&quot;).get_style_defs()</diff>
      <filename>django_vcs/templatetags/highlight.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0e91306eb6c035123a153941a91ea8b31b8b3c89</id>
    </parent>
  </parents>
  <author>
    <name>Alex Gaynor</name>
    <email>alex.gaynor@gmail.com</email>
  </author>
  <url>http://github.com/alex/django-vcs/commit/98736ba49d728ca0aacfa5d41ac76228ad03bcb5</url>
  <id>98736ba49d728ca0aacfa5d41ac76228ad03bcb5</id>
  <committed-date>2009-07-12T11:08:26-07:00</committed-date>
  <authored-date>2009-07-12T11:08:26-07:00</authored-date>
  <message>use line numbers when formatting code</message>
  <tree>58361318334ffc24f7053ceb364a3af82a24b950</tree>
  <committer>
    <name>Alex Gaynor</name>
    <email>alex.gaynor@gmail.com</email>
  </committer>
</commit>
