Description
I think the style for property files is a bit far from the one used for normal languages. Current one:
The thing is that by default identifiers in AS3/Haxe are not colored, and here they are blue. I would switch colors:
Another option would be for values to use the same color as strings in other syntaxes, I saw other IDEs use this scheme:
The "problem" with this swap is that Scintilla doesn't set a key as a key until the equal sign is type, and we can see things like this, which is not very nice IMHO:
I know the equal sign is also not colored in other syntaxes, but in this case I think this is OK.
I didn't check not default custom themes yet. Maybe this is not a very important discussion, but I'm working on something related and would like to standardize this stuff, so please, @elsassph reply ASAP.
PS: I also think XML coloring is quite far from any style, but right now I don't care heh.