thatsIch / sublime-rainmeter

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

Support for Character Reference Variables #53

Open thatsIch opened 7 years ago

thatsIch commented 7 years ago

Rainmeter Version 4.1 September 11, 2017 - Revision 2873

released a new feature to allow different representation of unicode characters like

which should produce ☢ used in Rainmeter like

Text=Caution, radioactivity [\x2622] ahead!

https://docs.rainmeter.net/manual-beta/variables/character-variables/

These values can be nested like

Text=[\[&MeasureName]]

and I need to check if the current expressions support that or add additional support to highlight them.