You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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=
The text was updated successfully, but these errors were encountered:
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=
The text was updated successfully, but these errors were encountered: