2

Im trying to setup a code highlighter for my up coming blog, however... it seems like code prettify has dropped the support for csharp(C#) or they have hidden the loader somewhere else.. any ideas?

I just checked out their github repo and cant find the loader there..

Br, Inx

Inx51
  • 1,911
  • 3
  • 24
  • 44

1 Answers1

1

It's already included, proof from their GitHub:

<pre class="prettyprint lang-html">
      The lang-* class specifies the language file extensions.
      File extensions supported by default include
        "bsh", "c", "cc", "cpp", "cs", "csh", "cyc", "cv", "htm", "html",
        "java", "js", "m", "mxml", "perl", "pl", "pm", "py", "rb", "sh",
        "xhtml", "xml", "xsl".
</pre>
Eva
  • 449
  • 2
  • 8