syncolor

Format: syncolor [0] [1] [a] [C] [k] [d] [n] [s] [c]

Set syntax coloring options.
Option Meaning
0 (zero)
Turns off syntax coloring for all options.
1
Turns on syntax coloring for all options.
a
Toggles syntax coloring for all options.
C
Toggles syntax coloring for comments.
k
Toggles syntax coloring for language keywords.
d
Toggles syntax coloring for deadcode.
n
Toggles syntax coloring for numbers.
s
Toggles syntax coloring for string constants.
c
Toggles syntax coloring for character constants.

For example, syncolor 0Ck will turn on syntax coloring for only comments and language keywords; syncolor 1d will turn on syntax coloring for everything except deadcode. Without any arguments, syncolor will echo the present state of all options.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.