thatsIch / sublime-rainmeter

Rainmeter Package for Sublime Text 3
https://thatsich.github.io/sublime-rainmeter/
MIT License
51 stars 3 forks source link

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

Open Clever-Artisan opened 6 years ago

Clever-Artisan commented 6 years ago

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 commented 6 years ago

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

Clever-Artisan commented 6 years ago

highlighting

Hopefully this clears it up. Thank you.

thatsIch commented 6 years ago

I see, I will try to take a look