Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect Syntax Highlighting When Using a Second '=' Symbol With InlinePattern #60

Open
Clever-Artisan opened this issue Aug 1, 2018 · 3 comments

Comments

@Clever-Artisan
Copy link

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=

@thatsIch
Copy link
Owner

thatsIch commented Aug 1, 2018

Could you show it via a ScreenShot? This would make it easier to see the problem.

@Clever-Artisan
Copy link
Author

Clever-Artisan commented Aug 3, 2018

highlighting

Hopefully this clears it up. Thank you.

@thatsIch
Copy link
Owner

I see,
I will try to take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants