Objective Edit : Chapter 8 The Configuration ini File : [Parser] Section
[Parser] Section
The [Parser] section describes settings specific to the parsing engine of Objective Edit. Here are some sample settings:
 
[Parser]
Operators = ~!%^&*()-=+[]{}|;:.,></?
Delimiters = ,./<>?;:'"[]{}\|\Q~!@#$%^&*()-=+
KWStartChars = #
KWMiddleChars =
KWEndChars =
NumTags = 4
These settings are described in Table 14:
Table 14 – Key descriptions for the [Parser] section 
Key
Description
Operators
Symbols the parser interprets as operators. They are rendered with a special color.
Delimiters
Symbols the parser interprets as delimiters.
KWStartChars
Specifies non-alphanumeric characters that can begin a keyword.
KWMiddleChars
Specifies non-alphanumeric characters that can exist within a keyword.
KWEndChars
Specifies non-alphanumeric characters that can act as the ending character for a keyword.
NumTags
The number of sections that define special token-based text segments (strings, comments, etc.). These sections should be named Tag1, Tag2, Tag3, and so on.