User Guide
Code coloring 91
<endOfLineComment>
Description
A text string that delimits the start of a comment that continues until the end of the current line.
Multiple
endOfLineComment…/endOfLineComment tags are allowed.
Attributes
None.
Example
<endOfLineComment><![CDATA[//]]></endOfLineComment>
<entity/>
Description
An empty tag that indicates that HTML special characters should be recognized and hold
coloring attributes.
Attributes
name
, id
• name="entity_name" A string that assigns a name to the entity.
• id="id_string" Required. An identifier string that maps color and style to this syntax item.
Example
<entity name="Special Characters" id="CodeColor_HTMLEntity" />
<functionKeyword>
Description
Identifies keywords that define a function. Dreamweaver uses these keywords to perform code
navigation. Multiple
functionKeyword tags are allowed.
Attributes
name
, id
• name="functionKeyword_name" A string that assigns a name to the functionKeyword
block.
• id="id_string" Required. An identifier string that maps color and style to this syntax item.
Example
<functionKeyword name="Function Keyword"
id="CodeColor_JavascriptFunction">function</functionKeyword>