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.
}}}
5 files changed
tree: ec2f20703364a290400f69ddf153330fdf8f51de
  1. examples/
  2. lib/
  3. tests/
  4. LICENSE
  5. Makefile
  6. MANIFEST.in
  7. README
  8. setup.py