Changeset 4248 for trunk/wenv/pygments/NOTES.txt
- Timestamp:
- 05/04/08 08:10:02 (5 months ago)
- Files:
-
- 1 modified
-
trunk/wenv/pygments/NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wenv/pygments/NOTES.txt
r4247 r4248 31 31 "whitespace" filter option "tabsize": 32 32 33 $ pygmentize -F whitespace:tabs ize=4 -O full,style=friendly -o source.html source.lgt33 $ pygmentize -F whitespace:tabs=True,tabsize=4 -O full,style=friendly -o source.html source.lgt 34 34 35 35 When your source file uses an encoding other than ASCII or ISO-Latin-1, 36 36 you will need to use the "encoding" option. For example: 37 37 38 $ pygmentize -F whitespace:tabs ize=4 -O encoding=utf8 -o babel.html babel.lgt38 $ pygmentize -F whitespace:tabs=True,tabsize=4 -O encoding=utf8 -o babel.html babel.lgt 39 39 40 40 As the Pygments syntax highlighting engine itself, the "logtalk.py" file
