groenewege/vim-less

Nested ID selectors

tremby opened this issue · 1 comments

IDs nested within other selectors aren't highlighted. For instance

ul {
    #special-item {
        color: red;
    }
}
tony commented

+1

Experiencing this issue.

If someone could add highlighting for ID's (i do it purely for organizational purposes in LESS) that'd be nice.