CHILIGHT
BSD mandoc
NAME
chilight
- highlight a C source file
SYNOPSIS
chilight
[-dV
]
[-o file
]
[-s style
]
[file ...
]
DESCRIPTION
The
chilight
utility
colorizes the input file, expected to be written in the C language,
with text attributes.
The options are as follows:
- -d
-
Tread preprocessor directives as single characters. In other words every
directive is separated in tokens then colorized, instead of treading all the
directive as a single token.
- -o
-
Set the output destination to
file
- -s
-
Set the output format to
style
style
can be
ansi_color
(the default),
ansi_bold
html_color
or
html_font
- -V
-
Print version information on standard output then exit.
AUTHORS
Sandro Sigala (ssigala@globalnet.it)