I would like to request several enhancements to the "properties" scheme (which corresponds to .ini file).
1. The assignment operator, ie '=', is coloured by default. Personally, I change it to red. This makes reading easier.
2. Enable code-folding for sections (whose headers are delimited by '[' and ']'). This one seems to require source code change, correct? That means I can't enable it with the current version, right?
3. Some INI implementations consider everything between comment delimiter and the end of line as comment, no matter where the comment delimiter is placed. In other words, a line like
prop1=abc ;this is a comment
contains the name/value pair and a comment.
I agree that this is controversial as there's no INI standard and it's very implementation-dependent.
Maybe you could create a style called "end-line comment" which matches to this situation. So when people want this kind of comment to be high-lighted, they could choose "end-line comment". And then by default, "end-line comment" is coloured as simple text.
TIA :)