vim-less
vim-less copied to clipboard
Nested ID selectors
IDs nested within other selectors aren't highlighted. For instance
ul {
#special-item {
color: red;
}
}
+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.