Changeset 119 for pyyaml/trunk/examples

Timestamp:
03/19/06 10:41:32 (6 years ago)
Author:
xi
Message:

Add an example: yaml highlight script.

Usage:

$ cat your_yaml_document | ./yaml_hl.py                         # Produces colored ASCII output
$ cat your_yaml_document | ./yaml_hl.py -c yaml_hl_html.cfg     # Produces HTML output.
Location:
pyyaml/trunk/examples
Files:
5 added