I don't think this would be a very useful "general" feature for all <code> in the monestary, for many of the reasons listed, my biggest personal reason being that typically when i read code here, it's only "snippets" of code, that's short enough to be easier to read without a lot of markup.

If there was a node that really had a LOT of code, that i wanted to read with syntax highlighting, i would download it, and open it in an editor (which would also allow me to re-indent the code, something that's more important to me for readability then color.)

Which makes me think: perhaps having a user customizable mime-type sent by the server when a user clicks the "d/l code" link would be more usefull (and simplier to impliment) then syntax highlighting ... then you could either just use text/plain, or you could create your own "x-code/perl" mime type and register your favorite editor/syntax highlither as the handler in your www browser.


In reply to Re: syntax highlighting of code in perlmonks forums by hossman
in thread syntax highlighting of code in perlmonks forums by aquarium

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.