InlinePattern=AnyCharacter
-This Results in proper Syntax Highlighting.
InlinePattern=AnyCharacter=AnyOtherCharacter
-This Results in an Incorrect Syntax Highlighting where 'AnyCharacter' alongside the first '=' symbol are highlighted as though they are part of the InlinePattern option while 'AnyOtherCharacter' and the second '=' symbol are highlighted correctly.
This issue does not occur with other options with similar highlighting such as Formula=
For Example:
InlinePattern=AnyCharacter -This Results in proper Syntax Highlighting.
InlinePattern=AnyCharacter=AnyOtherCharacter -This Results in an Incorrect Syntax Highlighting where 'AnyCharacter' alongside the first '=' symbol are highlighted as though they are part of the InlinePattern option while 'AnyOtherCharacter' and the second '=' symbol are highlighted correctly.
This issue does not occur with other options with similar highlighting such as Formula=