The current syntax definition is supporting most of the edge cases of any valid Rainmeter INI file but some parts are very repetitive and do not support good reuse of already defined parts. The grammar for example should easily support the encasing of values with " without the need to define it yourself.
A quite simple implementation is done in the Atom plugin
The current syntax definition is supporting most of the edge cases of any valid Rainmeter INI file but some parts are very repetitive and do not support good reuse of already defined parts. The grammar for example should easily support the encasing of values with
"
without the need to define it yourself.A quite simple implementation is done in the Atom plugin
https://github.com/NighthawkSLO/language-rainmeter/blob/master/grammars/rainmeter.cson