deayalas / google-code-prettify

Automatically exported from code.google.com/p/google-code-prettify
Apache License 2.0
0 stars 0 forks source link

Autodetection fails on apache config file #244

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
<pre class="prettyprint">
    # This page lets you view a graphical console displaying statistics about
    # the mod_pagespeed module.
    &lt;Location /mod_pagespeed_console&gt;
        SetHandler mod_pagespeed_console
    &lt;/Location&gt;

    # This handles the client-side instrumentation callbacks which are injected
    # by the add_instrumentation filter.
    &lt;Location /mod_pagespeed_beacon&gt;
          SetHandler mod_pagespeed_beacon
    &lt;/Location&gt;
</pre>

Live: http://www.jefftk.com/test/google-code-prettify/#apache

Text is green that shouldn't be.  With lang-xml or lang-bsh it looks ok.

Original issue reported on code.google.com by jefftk@google.com on 12 Sep 2012 at 7:55

Attachments: