groenewege/vim-less

Nested a:hover

solispauwels opened this issue · 0 comments

.rule {
    a:hover {
        color:#fff;
    }
}

have different hightlighting then:

.rule {
    a:hover
    {
        color:#fff;
    }
}