LESS css - color highlighting first nested selector

In less files, the first nested selector is highlighted incorrectly (highlighting = using user chosen fonts and colors). In the image below, it is displayed in blue (the same color as classes or attributes), not in orange (as selectors). Here is how it looks with my color settings:
scr.png
All subsequent nested selectors are highlighted correctly. After changing the sequence (putting field.filter-wrapper after div.filter-help) the coloring also changes, so that div.filter-help will be displayed in blue - as the first nested selector.

Perhaps it is a bug?

1 comment
Comment actions Permalink

Hi beamar,

I recommend submitting new ticket to the issue tracker: http://youtrack.jetbrains.net/issues/RUBY

Note: Ruby is the home project for LESS format support. Even if you create a ticket in PhpStorm section, it will be moved there eventually.

0

Please sign in to leave a comment.