[plt-scheme] Syntax Highlighting

From: Zhang HuCheng (qq929962616 at gmail.com)
Date: Wed May 26 23:08:31 EDT 2010

If you use Emacs, then use htmlize or htmlfontify package.
If you use Vim, :TOhtml

On 5/27/10, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> Such a function does not exist. The Scribble rendering functions, like
> @racketblock, convert the syntax object into paragraphs, etc, so the
> regular Scribble HTML rendering infrastructure is used rather than
> @racketblock, etc converting directly from syntax objects to HTML.
>
> Jay
>
> On Wed, May 26, 2010 at 9:07 AM, Ken Struys <ken at struys.ca> wrote:
>> Is there a function (possibly provided by scribble) to convert
>> s-expressions to syntax-highlighted html?
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>>
>
>
>
> --
> Jay McCarthy <jay at cs.byu.edu>
> Assistant Professor / Brigham Young University
> http://teammccarthy.org/jay
>
> "The glory of God is Intelligence" - D&C 93
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.