thatsIch / sublime-rainmeter

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

Overhaul syntax definition #48

Open thatsIch opened 7 years ago

thatsIch commented 7 years ago

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