help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Muse code highlighting with CSS


From: Xah Lee
Subject: Re: Muse code highlighting with CSS
Date: Wed, 21 Jan 2009 13:31:19 -0800 (PST)
User-agent: G2/1.0

On Jan 21, 8:56 am, ZelluX <zel...@gmail.com> wrote:
> Hi, all
>
> I'm using <src> tags to highlight source code in muse, the generated
> html contains color settings in span style attributes, like
> <span style="color: #00ffff; font-weight: bold;">def</span>
>
> But i'd like to have my own highlighting style settings in .css files,
> how to make it generate htmls like
> <span class="keyword">def</span>
>
> Many thanks ;-)

See:

• Elisp: Syntax Coloring Source Code In HTML
  http://xahlee.org/emacs/elisp_htmlize.html

  Xah
∑ http://xahlee.org/

reply via email to

[Prev in Thread] Current Thread [Next in Thread]