Macromedia dreamweaver 8-extending dreamweaver User Manual

Page of 504
76
Customizing Code View
<keywords>
Description
List of keywords for type specified in category attribute. Multiple 
keywords
 tags are allowed.
Attributes
name
id
name="keywords_name"
  A string that assigns a name to the list of keywords. 
id="id_string"
  Required. An identifier string that maps color and style to this syntax 
item. 
Contents
<keyword></keyword>
Example
<keywords name=
"Reserved Keywords"
 
id=
"CodeColor_JavascriptReserved"
>
<keyword>
break
</keyword>
<keyword>
case
</keyword>
</keywords>
<numbers/>
Description
An empty tag that specifies numbers that should be recognized and also holds color attributes.
Attributes
name
id
name="number_name"
  A string that assigns a name to the numbers tag. 
id="id_string"
  Required. An identifier string that maps color and style to this syntax 
item. 
Example
<numbers name=
"Number"
 
id=
"CodeColor_CFScriptNumber"
 
/>
<operators>
Description
A list of characters to be recognized as operators.