thatsIch / sublime-rainmeter

Rainmeter Package for Sublime Text 3

Home Page:https://thatsich.github.io/sublime-rainmeter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Clever-Artisan opened this issue · comments

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=

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

highlighting

Hopefully this clears it up. Thank you.

I see,
I will try to take a look