Edgewall Software

Changes between Version 34 and Version 35 of TracSyntaxColoring


Ignore:
Timestamp:
Aug 23, 2007, 7:00:22 AM (17 years ago)
Author:
Tim Hatch
Comment:

Enscript does not support php from vanilla sources, and our enscript bridge doesn't know about it. Certain RPM-based distros happen to include it but to have an 'X' in that column is misleading since it requires a source edit.

Legend:

Unmodified
Added
Removed
Modified
  • TracSyntaxColoring

    v34 v35  
    2525=== About Pygments ===
    2626
    27 Starting with trac 0.11 [http://pygments.pocoo.org/ pygments] will be the new default highlighter. It's a highlighting library implemented in pure python, very fast, easy to extend and [http://pygments.pocoo.org/docs/ well documented]. While it does not support as many languages as Enscript or Scintilla the overall output quality is much better.
     27Starting with trac 0.11 [http://pygments.org/ pygments] will be the new default highlighter. It's a highlighting library implemented in pure python, very fast, easy to extend and [http://pygments.org/docs/ well documented]. While it does not support as many languages as Enscript or Scintilla the overall output quality is much better.
    2828
    2929To use pygments trac 0.11 you just have to install pygments 0.5.1 or higher. If you want to use it in trac 0.10 too you have to install the [http://trac-hacks.org/wiki/TracPygmentsPlugin TracPygmentsPlugin] from trac hacks. If you encounter any bugs, please file tickets regarding pygments in [http://trac.pocoo.org/ the pocoo trac].
    3030
    31 It's very likely that the list below is outdated because the list of supported pygments lexers is growing weekly. Just have a look at the page of [http://pygments.pocoo.org/docs/lexers/ supported lexers] on the pygments webpage.
     31It's very likely that the list below is outdated because the list of supported pygments lexers is growing weekly. Just have a look at the page of [http://pygments.org/docs/lexers/ supported lexers] on the pygments webpage.
    3232
    3333
     
    6767|| Pascal   ||   || X || X ||
    6868|| * Perl   || X || X || X ||
    69 || * PHP    || X || X || X ||
     69|| * PHP    || X ||   || X ||
    7070|| PSP      || X ||   || ||
    7171|| Pyrex    ||   || X || ||
     
    101101 * GNU Enscript for Windows -- http://gnuwin32.sourceforge.net/packages/enscript.htm
    102102 * !SilverCity -- http://silvercity.sf.net/
    103  * Pygments -- http://pygments.pocoo.org/
     103 * Pygments -- http://pygments.org/
    104104
    105105----