Changes between Version 2 and Version 3 of TracSyntaxColoring


Ignore:
Timestamp:
11/04/05 01:46:54 (21 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracSyntaxColoring

    v2 v3  
    11= Syntax Coloring of Source Code =
    2 Trac supports language-specific colorization (syntax highlighting) of source code in [wiki:WikiFormatting WikiFormatted] text and the [wiki:TracBrowser Source Browser].
     2Trac supports language-specific syntax highlighting of source code in [wiki:WikiFormatting wiki formatted] text and the [wiki:TracBrowser repository browser].
    33
    44To do this, Trac uses external libraries with support for a great number of programming languages.
     
    99 * [http://silvercity.sourceforge.net/ SilverCity]
    1010
    11 To activate syntax coloring, simply install either one (or more) of these packages. No additional configuration is required, however to modify the colors, have a look at trac/htdocs/css/code.css.
     11To activate syntax coloring, simply install either one (or more) of these packages. No additional configuration is required, however to modify the colors, have a look at `trac/htdocs/css/code.css`.
    1212
    1313When in use, Trac will automatically prioritize !SilverCity highlighting over Enscript if possible, (see note below).