Changeset 4248

Show
Ignore:
Timestamp:
05/04/08 08:10:02 (2 months ago)
Author:
pmoura
Message:
Updated usage instructions for the Pygments syntax highlighter.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/pygments/NOTES.txt

    r4247 r4248  
    3131"whitespace" filter option "tabsize": 
    3232 
    33     $ pygmentize -F whitespace:tabsize=4 -O full,style=friendly -o source.html source.lgt 
     33    $ pygmentize -F whitespace:tabs=True,tabsize=4 -O full,style=friendly -o source.html source.lgt 
    3434 
    3535When your source file uses an encoding other than ASCII or ISO-Latin-1,  
    3636you will need to use the "encoding" option. For example: 
    3737 
    38     $ pygmentize -F whitespace:tabsize=4 -O encoding=utf8 -o babel.html babel.lgt 
     38    $ pygmentize -F whitespace:tabs=True,tabsize=4 -O encoding=utf8 -o babel.html babel.lgt 
    3939 
    4040As the Pygments syntax highlighting engine itself, the "logtalk.py" file