idlwave-default-font-lock-items

idlwave-default-font-lock-items is a variable defined in `idlwave.el'.
Its value is

(pros-and-functions batch-files idlwave-idl-keywords label goto common-blocks class-arrows)


Documentation:
Items which should be fontified on the default fontification level 2.
IDLWAVE defines 3 levels of fontification. Level 1 is very little, level 3
is everything and level 2 is specified by this list.
This variable must be set before IDLWAVE gets loaded.
It is a list of symbols; the following symbols are allowed:

pros-and-functions Procedure and Function definitions
batch-files Batch Files
idlwave-idl-keywords IDL Keywords
label Statement Labels
goto Goto Statements
common-blocks Common Blocks
keyword-parameters Keyword Parameters in routine definitions and calls
system-variables System Variables
fixme FIXME: Warning in comments (on XEmacs only v. 21.0 and up)
class-arrows Object Arrows with class property

You can customize this variable.