Highlight for MacOS X


this tarball contains:

- highlight

  a universal binary (for both Intel and PPC Macs) of Highlight 2.6.2
  for MacOS X 10.4 built by Sunrise Telephone Systems Ltd., Tokyo, Japan.
  
- ide-xcode.style

  a style definition matching the syntax colouring of Apple's Xcode IDE.
  
- getopt.cpp

  a modified source file made to work when compiling on MacOS X. Line 179 has
  been changed from '#ifdef __MACOSX' to '#ifdef __APPLE__' (standard macro).


Installation:

- copy all the data files from the highlight package to /usr/share/highlight

- copy the binary in this tarball to /usr/bin
- copy the xcode style definiton in this tarball to /usr/share/highlight/themes
- you may want to change owner to root and group to admin or wheel on all files


Usage:

to create an html file of a C source file, ie. sample.c with Xcode colouring
run the following commands in Terminal.app ...

$ cd ~/my_dir_with_the_sample_source_code
$ highlight sample.c -o sample.html --style ide-xcode

for further details ...

$ highlight -h


END OF FILE