Rainmeter lexer
Posted: 20.12.2022 21:38
In Rainmeter skins, there is often a second usage for square brackets, for example:
Would it be possible to show these in a specified colour? Preferably separate from the Section colouring of square brackets.
The same for the Pipe symbol:
I have very little experience programming so haven't a clue how to follow the tutorial btw, I have looked at it. I'll take a look again when i have more time.
Thanks for any advice.
Code: Select all
MouseOverAction=[!SetOption #CURRENTSECTION# StrokeAlpha "Stroke Color #Green#"][!SetOption #CURRENTSECTION#Free Text "##CURRENTSECTION#Name#"][!ShowMeter #CURRENTSECTION#Free][!UpdateMeter *][!Redraw]
The same for the Pipe symbol:
Code: Select all
Shape=Ellipse 0,0,5 | Extend FillColor | StrokeWidth 2 | Extend StrokeAlpha
Thanks for any advice.