Hello,
If I define "<ExplicitPatternGroup TokenKey="ReservedWordToken" Style="OptionWordStyle" LookBehind="(.option|.options) {AllMacro}*" LookAhead="{NonWordMacro}|\z">" in the SyntaxEditor's language. But, that parser is too slow surprisingly.
I want to set keyworks after ".option" that like .option method=gear post=1. Keyworks "method" and "post" must be after .option.
Example:
.option method=gear <-- The word "method" is a keyword.
vac method=gear <-- The word "method" isn't a keyword.
Have any method to improve parser performance?
Thanks.
e-Photon