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

Overhaul syntax definition

thatsIch opened this issue · comments

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