function source to HTML ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Richard A. DeVenezia

    function source to HTML ?

    Anyone aware of a function(s) that will take function and return a string
    containing tagged HTML that when document.writte n shows the function source
    stylized for syntax highlighting (i.e. comments are italic on baby blue,
    string literals are white on green, nested block depths are different shades
    of some color, keywords are bold, function names are bold blue, etc...) ?

    --
    Richard A. DeVenezia


  • asdf asdf

    #2
    Re: function source to HTML ?

    You won't believe what I found.

    This is awesome:


    Comment

    Working...