jkaving/intellij-colors-solarized

PhpStorm 2017.1.1 wrong concatenated string color with template language disabled

aik099 opened this issue · 2 comments

With Editor > Color & Fonts > Language Defaults > Template Language (used to highlight SQL inside strings) enabled I have nasty background (as on current line) for each concatenated string:

2017-04-07_1114

When I disable it however the string color is changed from correct to default identifier color (not related to fact, that function call is concatenated; same thing happens with 2 strings as well):

2017-04-07_1117

Works correctly in Default theme with both Template Language enabled/disabled.

Turned out to be a bug in PhpStorm 2017.1.1 that was fixed in PhpStorm 2017.1.2 (see https://blog.jetbrains.com/phpstorm/2017/04/phpstorm-2017-1-2-is-out/).

Ok, great!